
Creator
2019-01-17
05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
poor copied pictures quality
hello,
I'm regulary copying pictures with a macroand sent them by email.
it worked fine till end of the last year but since the first of 1st January'19, the quality became very poor (even if we zoom on the email)... I didn't change anything.
do you have any idea of the potential reason ?
thank you for your help.
Patrick
612 Views
2 Replies

Master II
2019-01-17
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
without exploring the app its hard to say.
which exportmethod are you using in your macro?
did you try pastespecial method?
which exportmethod are you using in your macro?
did you try pastespecial method?
606 Views

Creator
2019-01-17
06:31 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
my macro is :
Sub CopyPicture()
Set objpicture1 = ActiveDocument.GetSheetObject("MyPicture")
objpicture1.ExportBitmapToFile "MyPath\Mypicture.png"
End sub
602 Views
