![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: John G
Posts: 62
|
How can I hide the row and column references in excel. I'm not sure exactly what they are called but I'm talking about the row numbers and column labels.
John |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2002
Location: England
Posts: 46
|
Goto Tools: Options: View Tab, and untick the box 'Row and Column Headers'
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
In VBA, use: -
ActiveWindow.DisplayHeadings = False (make sure you turn it back on [ This Message was edited by: Mudface on 2002-03-10 11:36 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|