Thread: Excel VBA help.
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sheela sheela is offline
external usenet poster
 
Posts: 43
Default Excel VBA help.

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.