Vba Check 32 Or 64 Bit

[Solved] Vba Check 32 Or 64 Bit | Vb - Code Explorer | yomemimo.com
Question : vba check 32 or 64 bit

Answered by : vastemonde

Sub TestMe() #If Win64 Then MsgBox "You're using 64-bit MSOffice" #Else MsgBox "You're using 32-bit MSOffice" #End If
End Sub

Source : | Last Update : Sat, 30 Jan 21

Answers related to vba check 32 or 64 bit

Code Explorer Popular Question For Vb