Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default how do I make the title bar disapppear

I want to remove the the title bar in a form any ideas on how to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default how do I make the title bar disapppear

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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to make ........ even after a title in a cell? Penny_in_FL Excel Discussion (Misc queries) 3 July 2nd 09 04:56 PM
The vertical title on every chart I make is cut off. nukervilletrolle Charts and Charting in Excel 1 September 30th 06 04:11 PM
how 2 make one cell change title when either of 2 other are > 1 confuscious Excel Discussion (Misc queries) 6 August 16th 05 03:39 PM
can you make a title page using Excel? Really new to Excel Excel Worksheet Functions 1 April 7th 05 11:51 PM
how to make a title always on the page on excel 2003 Sneed924 Excel Worksheet Functions 2 January 21st 05 10:06 PM


All times are GMT +1. The time now is 09:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"