A
aps
Hi,
I have a requirement to paste excel graphs into word using VB running with
Access. That is, I create the Excel graph and perform a paste - copy in to a
Word object. I tried to just paste, but Word insists on changing the font
size to fit the page, that is what I pasted was not always what I copied.
I then tried Paste special with the following command
objWord.PasteSpecial DataType:=wdPasteEnhancedMetafile
The trouble is that the word pictures are appearing on top of each other. I
tried to rectify by adding the parameter
Placement:=wdInLine
If I make this change manually the pictures do not overlap, however the
paramater appears to be having no effect. Does anyone know what I am doing
wrong?
I am using Windows 2000 as well as Word and Excel 2000.
Thanks in advance for any offerings on this subject.
Arthur.
I have a requirement to paste excel graphs into word using VB running with
Access. That is, I create the Excel graph and perform a paste - copy in to a
Word object. I tried to just paste, but Word insists on changing the font
size to fit the page, that is what I pasted was not always what I copied.
I then tried Paste special with the following command
objWord.PasteSpecial DataType:=wdPasteEnhancedMetafile
The trouble is that the word pictures are appearing on top of each other. I
tried to rectify by adding the parameter
Placement:=wdInLine
If I make this change manually the pictures do not overlap, however the
paramater appears to be having no effect. Does anyone know what I am doing
wrong?
I am using Windows 2000 as well as Word and Excel 2000.
Thanks in advance for any offerings on this subject.
Arthur.