S
Steved
Hello from Steved
Sub Test()
Selection.Copy
Range("A15").Select
ActiveSheet.Paste
End Sub
The above will copy to 1 Cell in this case A15
Can it be That I can copy then paste to several cells
All the cells I copy to are in Col A:A, but over more than
1 Workbook. So really I am trying to achieve the macro to
copy A Value then paste the Value 12 times over several
Workbooks.
Thankyou.
Sub Test()
Selection.Copy
Range("A15").Select
ActiveSheet.Paste
End Sub
The above will copy to 1 Cell in this case A15
Can it be That I can copy then paste to several cells
All the cells I copy to are in Col A:A, but over more than
1 Workbook. So really I am trying to achieve the macro to
copy A Value then paste the Value 12 times over several
Workbooks.
Thankyou.