B
bony_tony
Hi,
I'm having a problem with a couple of lines of my code which I need to
change. I'm no programmer, so I don't really understand all this early/
late binding stuff..
I do know that I need to use late binding though, as I have a file
which is used by users with different Office versions..
My code is coming up with an error on lines;
wdApp.Selection.EndKey Unit:=wdStory
&
wdApp.Selection.PageSetup.TopMargin = CentimetersToPoints(4.8)
How can I fix this?
Cheers
Tony
I'm having a problem with a couple of lines of my code which I need to
change. I'm no programmer, so I don't really understand all this early/
late binding stuff..
I do know that I need to use late binding though, as I have a file
which is used by users with different Office versions..
My code is coming up with an error on lines;
wdApp.Selection.EndKey Unit:=wdStory
&
wdApp.Selection.PageSetup.TopMargin = CentimetersToPoints(4.8)
How can I fix this?
Cheers
Tony