vba check 32 or 64 bit

The solution for “vba check 32 or 64 bit” can be found here. The following code will assist you in solving the problem.

Sub TestMe()
#If Win64 Then
MsgBox “You’re using 64-bit MSOffice”
#Else
MsgBox “You’re using 32-bit MSOffice”
#End If
End Sub

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts