Conex
Structural
- Feb 8, 2002
- 10
Hi,
Can anyone please help me and put me right!
I am trying to select a group of shapes in Excel, copy, paste then position them using a macro. My feable attempt below selects but does not copy and paste! I haven't got as far as positioning yet.
Set myDocument = Workbooks("K-RHS-RHS.xls"
.Worksheets("Brace Elastic Modulus Table"
with myDocument
With .Shapes.Range("Elements"
.Select
.Selection.Copy
End With
.Paste
end with
Thanks
Can anyone please help me and put me right!
I am trying to select a group of shapes in Excel, copy, paste then position them using a macro. My feable attempt below selects but does not copy and paste! I haven't got as far as positioning yet.
Set myDocument = Workbooks("K-RHS-RHS.xls"
with myDocument
With .Shapes.Range("Elements"
.Selection.Copy
End With
.Paste
end with
Thanks