MrKowz
Well-known Member
- Joined
- Jun 30, 2008
- Messages
- 6,653
- Office Version
- 365
- 2016
- Platform
- Windows
I've seen a lot of code provided on the forums here that uses lines like:
or
And was wondering where I might be able to find more information on how to use these, what each library has in it, and where in my code these libraries would be helpful. They seem like they can call in some incredibly powerful functions that will benefit me in the future.
Thanks!
Code:
Private Declare Function CloseClipboard Lib "user32" () As Long
or
Code:
Private Declare Function LockWindowUpdate Lib "user32" (ByVal hwndLock As Long) As Long
And was wondering where I might be able to find more information on how to use these, what each library has in it, and where in my code these libraries would be helpful. They seem like they can call in some incredibly powerful functions that will benefit me in the future.
Thanks!