View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
gbpg gbpg is offline
external usenet poster
 
Posts: 58
Default how do I make the title bar disapppear

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.

"Bob Phillips" wrote:

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)



"gbpg" wrote in message
...
I want to remove the the title bar in a form any ideas on how to do this?