#1   Report Post  
jake1729
 
Posts: n/a
Default Page Header


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


--
jake1729
------------------------------------------------------------------------
jake1729's Profile: http://www.excelforum.com/member.php...o&userid=27260
View this thread: http://www.excelforum.com/showthread...hreadid=467697

  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

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

On Wed, 14 Sep 2005 18:04:54 -0500, jake1729
wrote:


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


  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

No.

jake1729 wrote:

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

--
jake1729
------------------------------------------------------------------------
jake1729's Profile: http://www.excelforum.com/member.php...o&userid=27260
View this thread: http://www.excelforum.com/showthread...hreadid=467697


--

Dave Peterson
  #4   Report Post  
jake1729
 
Posts: n/a
Default


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!

Gord Dibben Wrote:
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

On Wed, 14 Sep 2005 18:04:54 -0500, jake1729
wrote:


Is there a way to refer to a specific cell from the page header

WITHOUT
using VBA? Thank you!



--
jake1729
------------------------------------------------------------------------
jake1729's Profile: http://www.excelforum.com/member.php...o&userid=27260
View this thread: http://www.excelforum.com/showthread...hreadid=467697

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I setup a header in Excel that prints only on first page? mikesam7 Excel Discussion (Misc queries) 3 August 24th 05 08:16 PM
header and footer on every page except the first page? marany Excel Discussion (Misc queries) 1 April 18th 05 06:12 PM
changing page numbers in repeated header Jennifer Excel Discussion (Misc queries) 0 March 2nd 05 05:09 PM
How do I keep the header on the first page but hide it on the sec. victoria Excel Discussion (Misc queries) 1 February 3rd 05 12:22 AM
Default header in Excel under page set-up Melanie Excel Discussion (Misc queries) 2 December 15th 04 01:37 AM


All times are GMT +1. The time now is 05:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"