seguinte pesquisei ae pela net sobre o ShellExecute
tá acontecendo algo que não entendi ainda o por que, declarei num módulo:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Const SW_NORMAL = 1 ' normal
Const SW_SHOWMAXIMIZED = 3 ' maximizado
e chamo a função assim:
NomeDest = "C:\Pasta do HSA\MR Informática\Transvip\Tesouraria\Processamento.xls"
Question
cassitos
fala galera!
seguinte pesquisei ae pela net sobre o ShellExecute
tá acontecendo algo que não entendi ainda o por que, declarei num módulo:
e chamo a função assim:
ele abre rapidamente o Excel e fecha!?!?!?!
to precisando urgente utilizar esta rotina...
any help?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.