VB.NET Excel Resource File
|
30-09-2011, 12:12
(Esta mensagem foi modificada pela última vez a: 30-09-2011 12:45 por MininiM.)
Mensagem: #13
|
|||
|
|||
RE: VB.NET Excel Resource File
Boas,
Se no final da função SaveToDisk colocar uma linha: Dim xlbook as object 'Excel workbook xlbook = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly.Location) & "\TesteVB.xlsx" Este directório seria o dos recursos ou o após copiado para a pasta da App? E depois, repetia a num Else do If do Load. Ou seja, verifica se existe: - se não - corre a função SaveToDisk - que acaba com a criação da variável - se sim - cria a variável no Else. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If Not File.Exists(Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly.Location) & "\TesteVB.xlsx") Then SaveToDisk("TesteVB.xlsx", Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly.Location) & "\TesteVB.xlsx") Else xlbook = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly.Location) & "\TesteVB.xlsx" End If End Sub E o Dim passa para -Public xlbook as object 'Excel workbook - que ponho no módulo. E assim acaba esta minha saga que já dura algum tempo hehe Cumps Enganei-me, xlbook no post anterior seria outra variável, xlboopath, e depois: xlbook = xlapp.workbook.Open(xlbookpath) para abrir o ficheiro. Agora sim, done. Espero que funcione. Obrigado |
|||
« Mais Antigo | Mais Recente »
|
Mensagem neste Tópico |
VB.NET Excel Resource File - MininiM - 28-09-2011, 12:09
RE: VB.NET Excel Resource File - Caça - 28-09-2011, 13:21
RE: VB.NET Excel Resource File - MininiM - 28-09-2011, 14:21
RE: VB.NET Excel Resource File - MininiM - 28-09-2011, 16:39
RE: VB.NET Excel Resource File - Caça - 28-09-2011, 23:56
RE: VB.NET Excel Resource File - rei007 - 29-09-2011, 00:47
RE: VB.NET Excel Resource File - MininiM - 29-09-2011, 17:03
RE: VB.NET Excel Resource File - rei007 - 29-09-2011, 17:08
RE: VB.NET Excel Resource File - MininiM - 29-09-2011, 18:02
RE: VB.NET Excel Resource File - rei007 - 29-09-2011, 18:19
RE: VB.NET Excel Resource File - MininiM - 30-09-2011, 11:24
RE: VB.NET Excel Resource File - rei007 - 30-09-2011, 11:30
RE: VB.NET Excel Resource File - MininiM - 30-09-2011 12:12
RE: VB.NET Excel Resource File - rei007 - 30-09-2011, 14:09
RE: VB.NET Excel Resource File - MininiM - 30-09-2011, 15:00
|
Utilizadores a ver este tópico: 2 Visitante(s)