B Bob Phillips Sep 29, 2007 #2 This technique is about splash screens, but one of those removes the bar http://www.xldynamic.com/source/xld.xlFAQ0007.html -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
This technique is about splash screens, but one of those removes the bar http://www.xldynamic.com/source/xld.xlFAQ0007.html -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
G Guest Oct 9, 2007 #3 Private Declare Function FindWindow Lib "user32" _ Alias "FindWindowA" _ (ByVal lpClassName As String, _ ByVal lpWindowName As String) As Long The above code did not work : compile error only comments may appear after end sub, end comments.
Private Declare Function FindWindow Lib "user32" _ Alias "FindWindowA" _ (ByVal lpClassName As String, _ ByVal lpWindowName As String) As Long The above code did not work : compile error only comments may appear after end sub, end comments.