hide column and row headers

gta1216

Board Regular
Joined
Apr 23, 2016
Messages
63
I've seen someone create an Excel file that the column and row headers are hidden. Excel is showing the column and row headers for other Excel file, but only a specific file is not showing it. How can it be done?
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Have a look at
File>>Options>>Advanced>>Display Options for this worksheet>>Uncheck row and column Headers for each sheet that you want it applied to.
 
Upvote 0
Another way, on the view tab uncheck the box marked Headings.
or
Alt W VH
 
Upvote 0
boa tarde e se eu quiser esconder os títulos dos slines e colunas nas planilhas do google? Eu tenho a macro em VBA, alguém pode me ajudar a converter este código para JavaScript:
Sub p ()
Dim wks como planilha

Application.ScreenUpdating = False
Para cada semana nas planilhas
wks.Activate
ActiveWindow.DisplayHeadings = False
Próximas semanas
Application.ScreenUpdating = True
End Sub
 
Upvote 0
Please start a thread of your for this question.
 
Upvote 0

Forum statistics

Threads
1,215,358
Messages
6,124,487
Members
449,165
Latest member
ChipDude83

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