View Single Post
  #4   Report Post  
JustinLabenne JustinLabenne is offline
Junior Member
 
Location: Ohio
Posts: 19
Default

Like this:

Option Explicit

Sub PastPicLink()
Range("A1:T50").Copy
ActiveSheet.Pictures.Paste(Link:=True).Select
Application.CutCopyMode = False
End Sub

I don't know what you mean by copying it to a new file, an Excel file?
Quote:
Originally Posted by Kamal
I am preparing a report using macro . I want to copy that one page report to
a new file as a picture link.

Can some one help me in writing a macro to copy - say range A1 : T50 - from
one file and paste it to a new file as picture link?

Thanks
__________________
Justin Labenne
www.jlxl.net