linking footer to a cell

  • Thread starter Thread starter Robert O'Neill
  • Start date Start date
You would have to use VBA code. Something like...

With ThisWorkbook.Worksheets("Robert")
.PageSetUp.LeftFooter = .Range("A1").Value
End With
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Robert O'Neill"
<Robert O'(e-mail address removed)>
wrote in message
Is there a way to link a value in a footer to a cell of a spreadsheet.
 
Back
Top