J
Josh Sale
I have an old add-in that somebody is now trying to run under Vista using
Excel 2003. My add-in makes use of GetCommandLineA. The definition is:
Private Declare Function GetCommandLineA Lib "kernel32" () As String
This works under all previous versions of Windows and lots of flavors of
Excel ... but not with Vista.
I tried doing a GetCommandLineW and that doesn't fail, but it looks like
every character is preceded by a space.
Anybody got any suggestions?
TIA,
josh
Excel 2003. My add-in makes use of GetCommandLineA. The definition is:
Private Declare Function GetCommandLineA Lib "kernel32" () As String
This works under all previous versions of Windows and lots of flavors of
Excel ... but not with Vista.
I tried doing a GetCommandLineW and that doesn't fail, but it looks like
every character is preceded by a space.
Anybody got any suggestions?
TIA,
josh