T
The Other Roger
I started writing my first VBA for Word program yesterday on my home machine
running Office 2000/W2K. After getting a 0th pass working I moved the program
to my machine at work running Office XP Pro/WXP and the program failed. I am
creating a simple document consisting of a series of text headings followed by
imported EPS pictures. The difference between the 2 Office versions seems to be
that when I have a statement like:
Set myRange = myDoc.Range
In Office 2000 the range includes the text and imported picture whereas in
Office XP Pro the range includes only the text, not the imported picture. Not
only is this a compatibility problem but I can't figure out how to set a range
in Office XP Pro that spans the entire document including the imported picture.
What's going on here?
Roger
running Office 2000/W2K. After getting a 0th pass working I moved the program
to my machine at work running Office XP Pro/WXP and the program failed. I am
creating a simple document consisting of a series of text headings followed by
imported EPS pictures. The difference between the 2 Office versions seems to be
that when I have a statement like:
Set myRange = myDoc.Range
In Office 2000 the range includes the text and imported picture whereas in
Office XP Pro the range includes only the text, not the imported picture. Not
only is this a compatibility problem but I can't figure out how to set a range
in Office XP Pro that spans the entire document including the imported picture.
What's going on here?
Roger