Paste Special produces different result, VBA vs. Menu Item
Using vba automation. Copy to clip board a chart from JMP. The chart does consist of several items, combination of test and pictures.
When I paste special > bitmap from the menu, it get what I expect, a single picture.
When I APPword.Selection.PasteSpecial (ppPasteBitmap) I get all of the items separate.
Some text, some pictures, not the same as paste special from the menu.
Any help will be greatly appreciated
|