Macro to Sharpen pasted Picture

M

marlonsaldana

I'm trying to create a macro in Word to sharpen a picture. The macro recorder is useless because it won't allow me to select the picture while I'm recording. I have a very limited knowledge with actually writing the code for this. Can anyone help?

I'm pasting screenshots into a word document and I need to Sharpen each picture by 20%.

Thanks in advance.
 
S

Stefan Blom

Select the picture first and then record the macro. Note that recorded
macros will be far from perfect, but often enough they give you an idea
which objects, properties, and methods you should work with.
 
Top