Page Header

  • Thread starter Thread starter jake1729
  • Start date Start date
J

jake1729

Is there a way to refer to a specific cell from the page header WITHOUT
using VBA? Thank you!
 
No.

What's wrong WITH using VBA?

Just in case you change your mind...........

Sub CellInHeader()
With ActiveSheet
.PageSetup.CenterHeader = .Range("A1").text
End With
End Sub


Gord Dibben Excel MVP
 
Gord,
I have an Excel file that is very simple. I want any user to be able
to open the Excel file without any warnings. The type of people
receiving the Excel file are computer literate just enough to open
Excel and type in some data.

On a side note, why do you think this is not available? Or why will
the shortcut "Ctrl-E" not center text in a cell. I am a computer
science student so such 'errors' interest me. Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top