Umstellung declare Anweisung auf 64-bit
20.06.2024 10:24:58
Jens
auch ich habe ein altes Excel mit 32-Bit VBA und bekomme folgende Declare Anweisungen nicht auf das 64-Bit Format.
Wer kann mir das umstellen?
Private Declare Function SetWindowPos Lib "user32" ( _
ByVal hWnd As Long, _
ByVal hWndInsertAfter As Long, _
ByVal x As Long, _
ByVal y As Long, _
ByVal cx As Long, _
ByVal cy As Long, _
ByVal wFlags As Long) _
As Long
Private Declare Function GetSystemMetrics Lib "user32" (ByVal nIndex As Long) As Long
Vielen Dank!
Anzeige