Can someone please check if the following API conversion, taken from here:
Excel: Declaring API functions in 64 bit Office
is correct?
#If VBA7 Then
#If Win64 Then
Private Declare PtrSafe Function SetWindowLongPtr Lib "USER32" Alias "SetWindowLongPtrA" (ByVal hWnd As...