How is it possible to add pagenumbers in the sheet footer, for printing
I have have tried something like this :
ws.PageSetup.RightFooter = ws.PageSetup.FirstPageNumber + "/" + ????;
i need to print "page 1/3", "Page 2/3" and so forth in the footer.
Best regards
Michael