Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to tell via some VBA code, if the user is running a 32-bit or
64-bit Windows? TIA, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.OperatingSystem return "Windows (32-bit) NT 5.01" for me on
window xp. i dont know but maybe it retune "64" on 64 bit windows. you can maybe check if that true. "Charlotte E" <@ wrote in message ... | Is it possible to tell via some VBA code, if the user is running a 32-bit or | 64-bit Windows? | | | TIA, | | |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is not working correct it show 32 bit on Vista 64 bit
Maybe because Office is only 32 bit ? -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Homey" <none wrote in message ... Application.OperatingSystem return "Windows (32-bit) NT 5.01" for me on window xp. i dont know but maybe it retune "64" on 64 bit windows. you can maybe check if that true. "Charlotte E" <@ wrote in message ... | Is it possible to tell via some VBA code, if the user is running a 32-bit or | 64-bit Windows? | | | TIA, | | |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe do a check for this folder if you want to know it
C:\Program Files (x86) -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ron de Bruin" wrote in message ... This is not working correct it show 32 bit on Vista 64 bit Maybe because Office is only 32 bit ? -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Homey" <none wrote in message ... Application.OperatingSystem return "Windows (32-bit) NT 5.01" for me on window xp. i dont know but maybe it retune "64" on 64 bit windows. you can maybe check if that true. "Charlotte E" <@ wrote in message ... | Is it possible to tell via some VBA code, if the user is running a 32-bit or | 64-bit Windows? | | | TIA, | | |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to tell via some VBA code, if the user is running a 32-bit
or 64-bit Windows? I'm no expert, but can't this be done by some API call? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|