I am trying to set up some code that changes footers on all the tabs. My code looks like this …
I’ve replaced the [ and ] with ( and ) so that it doesn’t display the special woody items like – how do I turn the tags off?
With ActiveSheet.PageSetup .LeftFooter = "&(FILE)" .CenterFooter = "&(TIME)" .RightFooter = "&[DATE]" End With
Then I run that on the current sheet and then go and look at the results using File, Setup and select the Header/Footer tab, it looks like this …
If I open the custom footer dialog, it looks like this …
When I close the custom footer dialog, it looks like this (file name removed) …
So, as far as I can see, the code I entered is correct but it is not ‘taking’ – any suggestions?