Thread
:
PageSetup doesn't work
View Single Post
#
1
Posted to microsoft.public.excel.programming
Chrigu
external usenet poster
Posts: 1
PageSetup doesn't work
I checkt the code, everything works when i check with F8. But the
Header is not changed...
dim wks as worksheet
for each wks in thisworkbook.worksheets
wks.PageSetup.RightHeader = "HeaderRight"
next wks
Thanks for your help!
Reply With Quote
Chrigu
View Public Profile
Find all posts by Chrigu