Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
thank you for your help. But I cannot benifit from your answer, because your Makro kills Excel97. this simplified Makro kills my Excel97 application: Declare Function GetCommandLine Lib "kernel32" Alias "GetCommandLineA" () As String Sub Makro1() Dim s As String On Error Resume Next s = GetCommandLine MsgBox s End Sub Do I have a problem with my excel or it is a real problem? Any help is appreciated and thanks in advance --------- Message sent via www.excelforums.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Will only open with FileOpen Command | Excel Discussion (Misc queries) | |||
Command line to open a specific worksheet | Excel Worksheet Functions | |||
can i save an existing .xls file as a .csv file using command line | Excel Discussion (Misc queries) | |||
Load DBF file into Excel on command line? | Excel Discussion (Misc queries) | |||
Open .txt, Save as .xls from command line | Excel Programming |