Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default hiding row and column headings

Hello, could anyone tell me how to hide the row and column headings (A
B, C, D...etc.) using VBA? I've got the fullscreen mode running wher
all the toolbars are hidden, but I can't get rid of the row/colum
headings.
Thanks!
Ti

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default hiding row and column headings

This should do it.

ActiveWindow.DisplayHeadings = False



-----Original Message-----
Hello, could anyone tell me how to hide the row and

column headings (A,
B, C, D...etc.) using VBA? I've got the fullscreen mode

running where
all the toolbars are hidden, but I can't get rid of the

row/column
headings.
Thanks!
Tim


---
Message posted from http://www.ExcelForum.com/

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default hiding row and column headings

Turn on the macro recorder, then do Tools=Options= View,

unselect Row and Column Headers.

Turn off the macro recorder and see what was recorded. This should be the
code you need.

ActiveWindow.DisplayHeadings = False


--
Regards,
Tom Ogilvy


"sixfivebeastman " wrote in
message ...
Hello, could anyone tell me how to hide the row and column headings (A,
B, C, D...etc.) using VBA? I've got the fullscreen mode running where
all the toolbars are hidden, but I can't get rid of the row/column
headings.
Thanks!
Tim


---
Message posted from http://www.ExcelForum.com/



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
Excel - Hiding Column Headings (A,B,C,...) and Row Names (1,2,3,.. edtam26 Excel Discussion (Misc queries) 4 March 3rd 09 03:41 AM
Worksheet has numeric column headings. Change to alpha headings? Be Frank Excel Discussion (Misc queries) 1 June 18th 08 04:22 PM
Column headings to numbers and row headings to alphabets? Juliana Excel Discussion (Misc queries) 2 May 9th 08 05:58 PM
How do I create column headings in Excel in the A, B, C etc column eliannaj Excel Discussion (Misc queries) 2 November 23rd 05 06:48 PM
Can I invert a table so row headings are now column headings etc Sharon Excel Worksheet Functions 3 February 10th 05 07:28 PM


All times are GMT +1. The time now is 10:30 PM.

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"