VBA 7.1
Office 365, Office 2019
Support for both 32 bit and 64 bit
![]() |
Office 2016, Office 2013
![]() |
64 Bit API Changes
Some of the APIs need to be modified slightly if you need to support both 64-bit and 32-bit.
API - GetWindowRect
If you need your code to call GetWindowRect on both 32 bit Office and 64 bit Office you need to include two declarations.
API - FindWindow
If you need your code to call FindWindow on both 32 bit Office and 64 bit Office you need to include two declarations.
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext

