E
EEA
We recently upgraded to Office 2003 from Office 2000. In excel we copied data
to word then to powerpoint with the following code:
Range("A12", "P57").Select
Selection.Copy
Word.ActiveWindow.Selection.PasteSpecial
DataType:=wdPasteEnhancedMetafile
Word.ActiveWindow.Selection.Copy
Now that we are using Office 2003, I get an error message on the last line
which copies from word to paste later into power point. The error message is
4605 - method or property not available because no text is selected. I can
add a statement to select the text that was pasted, but this wasn't needed
before. Is this code change necessary or is there an option somewhere that
can be set?
to word then to powerpoint with the following code:
Range("A12", "P57").Select
Selection.Copy
Word.ActiveWindow.Selection.PasteSpecial
DataType:=wdPasteEnhancedMetafile
Word.ActiveWindow.Selection.Copy
Now that we are using Office 2003, I get an error message on the last line
which copies from word to paste later into power point. The error message is
4605 - method or property not available because no text is selected. I can
add a statement to select the text that was pasted, but this wasn't needed
before. Is this code change necessary or is there an option somewhere that
can be set?