Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good day everybody,
I am writing a macro in Excel 2002 which will select a range of cells in Excel and paste to Word 2002 as bitmap. I have search the web and found and used this command. WordApp.Selection.PasteSpecial Link:=False, DataType:=wdPasteBitmap, Placement:=wdInLine, DisplayAsIcon:=False It works. But the paste result is not same as I do manually(PasteSpecial as Bitmap). The code gave me a worksheet object in Word which can be edited. I want the result as a bitmap that cannot be edited. I have tried to replace wdPasteBitmap with wdPasteDefault, wdPasteMetafilePicture and wdChart, but all doesn't give the result that I need. Can anyone help me? Thanks in advance and have a nice day. Best regards, Julie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot copy Excel 2007 Chart and Paste as Bitmap into Powerpoint 2 | Charts and Charting in Excel | |||
How to paste a bitmap-excel paste doesn't work... | Excel Discussion (Misc queries) | |||
Paste bitmap to Excel | Excel Programming | |||
copy multiple worksheets of a workbook, and paste onto a Word document ( either create new doc file or paste onto an existing file.) I need this done by VBA, Excel Macro | Excel Programming | |||
copy excel paste to word | Excel Discussion (Misc queries) |