Paste Special

R

Robert Jutch

What is the proper syntax in vba for paste special in the
format or a picute or bitmap?

Thanks in advance.
 
J

John

Robert,
Go to the VBA help answer wizard and type in "paste". One of the methods
listed is "EditPasteSpecial". The full syntax and constants are listed.

John
 
Top