View Single Post
 
Old 10-13-2016, 04:46 PM
Matthew Pace Matthew Pace is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Oct 2016
Posts: 2
Matthew Pace is on a distinguished road
Default

Thank you for your reply.

This created the problem. I did not get any errors, but it was correct either
APPword.Selection.PasteSpecial (ppPasteBitmap)

This fixed the problem
APPword.Selection.PasteSpecial DataType:=wdPasteBitmap

This did n't work either and agin no error
APPword.Selection.PasteSpecial , , , , wdPasteBitmap

I'm an engineer, not a programmer so I do stupid things. Still strange, no error
Reply With Quote