Copy Cell Value (text) to Header?

T

theFrog

I want to grab the text in a cell (company's name) and automatically copy it
to the header using a macro.

Thanks for any help.
Mike
 
C

Chip Pearson

Mike,

Try something like

ActiveSheet.PageSetup.LeftHeader = ActiveSheet.Range("A1").Text


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 

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

Top