Paste to catalogue (using VBA)

T

TRomuk

Hi,
(sorry for my english)

I use this code to select and copy object (file: plik.bat) in sheet, I
paste this file into sheet using Paste->Object->Path...

ActiveSheet.Shapes("Object 1").Select
Selection.Copy

How can I Paste selection and copy object to other catalogue (for
example: "D:\Myfile\") using VBA?

Thanx for help.
P.
 
Top