Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone please explain what each of this actually does?
Private Declare Function FindWindowA& Lib "User32" _ (ByVal lpClassName$, ByVal lpWindowName$) Private Declare Function SetWindowLongA& Lib "User32" _ (ByVal hWnd&, ByVal nIndex&, ByVal dwNewLong&) Private Declare Function OpenClipboard& Lib "User32" (ByVal hWnd&) Private Declare Function EmptyClipboard& Lib "User32" () Private Declare Function CloseClipboard& Lib "User32" () Private Declare Sub keybd_event Lib "User32" (ByVal bVk As Byte _ , ByVal bScan As Byte, ByVal dwFlags&, ByVal dwExtraInfo&) Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
REPSOT?? Sub Worksheet_Change(ByVal Target As Range) | Excel Discussion (Misc queries) | |||
ByVal Target Range Great Code but need Help | Excel Discussion (Misc queries) | |||
what does (ByVal Target As Range) mean | Excel Programming | |||
Curious use of ByVal keyword in VBA event | Excel Programming | |||
Is ByVal always better if ByRef isn't necessary | Excel Programming |