Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: bruneta_mara
 | Femeie 24 ani Ialomita cauta Barbat 27 - 64 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
If you are using Office 2007 or newer, you may be able to use the format painter to copy the formatting from another picture with no transparent color to the one with transparency. To copy the formatting from a picture, select it and then press CTRL+SHIFT+C, then go to the picture with transparency, select it and press CTRL+SHIFT+V to paste the formatting.
I don't think this works in earlier versions.
Credits to John Wilson http://www.pcreview.co.uk/threads/reset ... r.3900297/
Untested by me (TonyTzu):
In code you can select the pic and then try this code
Sub fix_pic() With ActiveWindow.Selection.ShapeRange(1) If .Type = msoPicture Then ..PictureFormat.TransparencyColor = False End If End With End Sub
|
|
| |
|