Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Copies the contents of range A1

Sub copyDemo()      range("A1:B3").Copy End Sub