G
Guest
hi,
i have too problems with macro that i try to work with 2007.
the macro is working in 2003.
i'm not sure if the problems are with the code. it might be somthing with
configurations such as missing DLL.
Please advice:
1)the code :
ActiveSheet.ChartObjects("Chart 95683").Activate
the message -"the item with spesified name not found"
2)the code :
With ws.PageSetup
.CenterFooter = "Page &P of &N"
.RightFooter = "&A"
.LeftMargin = Application.InchesToPoints(0.18)
.RightMargin = Application.InchesToPoints(0.18)
the message:
"unable to set Centerfooter...
"unable to set RightFooter...
"unable to set LeftMargin...
thanks...
i have too problems with macro that i try to work with 2007.
the macro is working in 2003.
i'm not sure if the problems are with the code. it might be somthing with
configurations such as missing DLL.
Please advice:
1)the code :
ActiveSheet.ChartObjects("Chart 95683").Activate
the message -"the item with spesified name not found"
2)the code :
With ws.PageSetup
.CenterFooter = "Page &P of &N"
.RightFooter = "&A"
.LeftMargin = Application.InchesToPoints(0.18)
.RightMargin = Application.InchesToPoints(0.18)
the message:
"unable to set Centerfooter...
"unable to set RightFooter...
"unable to set LeftMargin...
thanks...