Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i have a macro with the following code: With ActiveSheet.PageSetup .LeftHeader = "&D" the macro is ok in 2003, when i try to run it in 2007 i got the following message: "unable to set the Left header property of the PageSetup class" could you please advice, i need the code to work in both environments. thanks, -- Miri Tz. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this works in both versions for me
With ws3.PageSetup .LeftHeader = "&G" end with which shows a picture and ..LeftHeader = "&D" shows the date in both versions for me, too. post the code -- Gary "Miri" wrote in message ... hi, i have a macro with the following code: With ActiveSheet.PageSetup .LeftHeader = "&D" the macro is ok in 2003, when i try to run it in 2007 i got the following message: "unable to set the Left header property of the PageSetup class" could you please advice, i need the code to work in both environments. thanks, -- Miri Tz. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
maybe the code is ok, but in my 2007 i miss the dll or any other
configuration. please advice ...which dll i should look for... -- Miri Tz. "Gary Keramidas" wrote: this works in both versions for me With ws3.PageSetup .LeftHeader = "&G" end with which shows a picture and ..LeftHeader = "&D" shows the date in both versions for me, too. post the code -- Gary "Miri" wrote in message ... hi, i have a macro with the following code: With ActiveSheet.PageSetup .LeftHeader = "&D" the macro is ok in 2003, when i try to run it in 2007 i got the following message: "unable to set the Left header property of the PageSetup class" could you please advice, i need the code to work in both environments. thanks, -- Miri Tz. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to set the Orientation property of the PageSetup class | Excel Programming | |||
Help - Error: Unable to set the PrintArea property of the PageSetup class | Excel Programming | |||
Unable to set the PaperSize property of the PageSetup class | Excel Programming | |||
Unable to Set LeftFooter Property Class PageSetup (ASP) | Excel Programming | |||
Unable to set the PrintQuality property of the PageSetup class. | Excel Programming |