View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] TRomuk@gmail.com is offline
external usenet poster
 
Posts: 2
Default Paste to catalogue (using VBA)

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.