Paul Sansom
Board Regular
- Joined
- Jan 28, 2013
- Messages
- 178
- Office Version
- 2021
- 2016
- Platform
- Windows
Hi I have looked through the old posts on this and I a not clear that this is checking for Excel
I want to perform actions based on 32bit or 64bit version of Excel not machine capability
I have 2 users both using 32bit Excel but 1 has 32bit operating system and the other 64bit.
Does this example code check Excel or Windows?
Cheers Paul
I want to perform actions based on 32bit or 64bit version of Excel not machine capability
I have 2 users both using 32bit Excel but 1 has 32bit operating system and the other 64bit.
Code:
[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=If]#If[/URL] Win64 Then
Sheet11.Range("Win_64_32") = 64
[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=Else]#Else[/URL]
Sheet11.Range("Win_64_32") = 32
[URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=End]#End[/URL] If
Does this example code check Excel or Windows?
Cheers Paul