G Gojavid Aug 15, 2007 #1 Does anyone know of a way to get a cell value in a page header without using VBA?
J JE McGimpsey Aug 15, 2007 #2 It's not possible using the GUI. You could create a similar effect by setting a link in a cell in Row 1 to your cell of interest, then have that row print on every page (set the top margin very small).
It's not possible using the GUI. You could create a similar effect by setting a link in a cell in Row 1 to your cell of interest, then have that row print on every page (set the top margin very small).
D Dave Peterson Aug 15, 2007 #3 Go through the menu and type it in???? Does anyone know of a way to get a cell value in a page header without using VBA? Click to expand...
Go through the menu and type it in???? Does anyone know of a way to get a cell value in a page header without using VBA? Click to expand...
G Gojavid Aug 15, 2007 #4 Dave, That's an interesting suggestion, but since the cell value will change often I'm not sure that's going to cut it. Thanks anyways! - Dave
Dave, That's an interesting suggestion, but since the cell value will change often I'm not sure that's going to cut it. Thanks anyways! - Dave
G Gojavid Aug 15, 2007 #5 I've just added some code to the worksheet_change event. Thank you both for the response.
D Dave Peterson Aug 15, 2007 #6 If you still don't want to use VBA, maybe you can change your requirements. Instead of putting the value in the header, you could put it in a cell. Then use: File|Pagesetup|Sheet tab|Rows to repeat at top. And make sure you include the row that includes that cell.
If you still don't want to use VBA, maybe you can change your requirements. Instead of putting the value in the header, you could put it in a cell. Then use: File|Pagesetup|Sheet tab|Rows to repeat at top. And make sure you include the row that includes that cell.
G Gojavid Aug 16, 2007 #7 Dave, That is a nifty little feature and it will help with a bunch of my other projects. Sweet! Thanks! -Dave
Dave, That is a nifty little feature and it will help with a bunch of my other projects. Sweet! Thanks! -Dave