Hiding Headings

firstWeMeet

Board Regular
Joined
Feb 8, 2011
Messages
200
Hi, how do I hide the Column Headings? and the row headings will still remain?
anyone can Guide me? thanks
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hi, how do I hide the Column Headings? and the row headings will still remain?
anyone can Guide me? thanks
You can't do that... either they both show or they both are hidden. You could hide them both and use Column A to display sequential numbers', but be warned, if you carried the numbers down to the bottom row, your UsedRange would become enormous.
 
Upvote 0
But how about a vb code?
As far as I know, the two headings are not individually addressable at all. Maybe... maybe if someone was familiar enough with subclassing and/or hooking at the API level, it might be possible, but playing around with those things risks making your system (not just Excel) unstable, so if anyone gives you such code, make sure they know what they are doing before you commit to it.
 
Upvote 0
I was able to hide the vertical scroll bar, and not including the horizontal. So I think I can also hide the headings, but I have no idea. :biggrin:
 
Upvote 0
I was able to hide the vertical scroll bar, and not including the horizontal. So I think I can also hide the headings, but I have no idea. :biggrin:
You were able to do that because Excel makes each one of them accessible individually, but it does not do that for the headers. I'm not sure what version of Excel you have, but if you look through the Excel Options you will find a checkbox for each scrollbar's visibility, hence they are addressable individually. However, if you check for headers, there is only one checkbox labeled "Row & column headers", hence these are not addressable individually. I know this isn't what you want to hear, but I am afraid you will not be able to turn off only the column headers... Excel just doesn't provide a built-in mechanism to do that.
 
Upvote 0

Forum statistics

Threads
1,206,969
Messages
6,075,919
Members
446,170
Latest member
zzzz02

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top