ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   linking footer to a cell (https://www.excelbanter.com/excel-worksheet-functions/190990-linking-footer-cell.html)

Robert O'Neill

linking footer to a cell
 
Is there a way to link a value in a footer to a cell of a spreadsheet.

Jim Cone[_2_]

linking footer to a cell
 

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
wrote in message
Is there a way to link a value in a footer to a cell of a spreadsheet.


All times are GMT +1. The time now is 11:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com