My hard drive crashed and now my macros will not work. I believe I need to go to Tools and References but what do I need to add for this line?
Public Declare Function apiShowWindow Lib "user32" Alias "ShowWindow" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
I am running Windows 10 64 bit. I went from a Intel processor to an AMD processor.
Public Declare Function apiShowWindow Lib "user32" Alias "ShowWindow" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
I am running Windows 10 64 bit. I went from a Intel processor to an AMD processor.