I am creating a C# windows application to create an Excel 2003 sheet. There is a requirement to add to the footer: Page 1 of 4.
I currently have it so it puts "Page: &[Page] of &[Pages]" into the footer of the excel sheet.
When I open up the created document and look at the footer I see "Page: Page] of Pages]"
I can click on the text, it highlights it and shows what it should, and works correctly after that.
Is there any way to get it to work correctly from the start?