S
Sheela
Hello Sir,
Can I insert two declaration statement as below for 16-
bit and 32-bit in Excel together. I'm actually trying to
convert excel programs created in excel 95 (16-bit
version) to excel 2000 (32-bit version).
______________________________________________________
Declare Function GetVersionEx Lib "kernel32"
Alias "GetVersionExA" (lpVersionInformation As
OSVERSIONINFO) As Long
Declare Function GetVersionEx Lib "KERNEL"
Alias "GetVersionExA" (lpVersionInformation As
OSVERSIONINFO) As Long
_______________________________________________________
Will it affect the operating system? Please advise.
Thanks.
Can I insert two declaration statement as below for 16-
bit and 32-bit in Excel together. I'm actually trying to
convert excel programs created in excel 95 (16-bit
version) to excel 2000 (32-bit version).
______________________________________________________
Declare Function GetVersionEx Lib "kernel32"
Alias "GetVersionExA" (lpVersionInformation As
OSVERSIONINFO) As Long
Declare Function GetVersionEx Lib "KERNEL"
Alias "GetVersionExA" (lpVersionInformation As
OSVERSIONINFO) As Long
_______________________________________________________
Will it affect the operating system? Please advise.
Thanks.