Hiya all soz if this sounds stupid but I am a newbie but is it possible to break down a massive line of code into a number of lines so it can be read with ease instead of having to keep moving the scroll bar
Simply use an underscore _
and go to the next line _
like this.
Private Declare Function WinHelp Lib "user32.dll" Alias "WinHelpA" (ByVal hWnd As Long, ByVal _
lpHelpFile As String, ByVal wCommand As Long, ByVal dwData As Long) As Long