View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Add a dynamic date to a header or footer

ActiveSheet.PageSetup.LeftHeader = "ABCD"

also CenterHeader, RightHeader, Leftfooter, CenterFooter, RightFooter

--
Regards,
Tom Ogilvy

"Lakshmana" wrote in message
...
Hi Any body

While handling a Excel spresd sheet Through VB I need to
input the headings and dates Dynamically called from a
function or cell in to page header or Page footer. How
this customisation of Page heder is possible.

Thank you
Lakshmana