CHANGING COLUMN NAME

Dsuperc

Board Regular
Joined
Apr 3, 2002
Messages
135
Just for what its worth. Is it possible to remane the columns from "A" "B" "C" etc. to something else?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
You can change it to 1 2 3 4 ...

by changing the reference style in your options. Is this what you are looking for?
 
Upvote 0
Turn off "Headers" then in row 1 col's A, make it a lable (any content you want), do this for as many columns as you need. You now have custom column headers. If you want to use this for all your default workbooks save it as a project.

Build a macro to hide and un-hide row 1, with a hot key, like: Ctrl+h. Now you can turn On and Off your custom header, by hitting: Ctrl+h.

Note: You can format the font and cells of that header row, with more options than you can with the real header's. Just remember, Excel will only reference your row-columns as R1C1 or A1 styles in formulas and code. JSW
 
Upvote 0
This solves half of my problem. The other half is, how could I get the column name on every page. Do I have to use the Custom header feature?
 
Upvote 0
Record a macro: First wile recording,
Hide the "Headers" (Tools-Options-View, un-check "Row & Column headers"), then
add your new header names.
Stop the recorder.
Edit the macro: remove hard-coded sheet names and replace with "ActiveSheet" now when you run your macro what ever sheet is active will get your new headers. JSW
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,716
Members
448,985
Latest member
chocbudda

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