Thread
:
automatic copy and paste from sheet to sheet in a workbook
View Single Post
#
2
Posted to microsoft.public.excel.programming
Sharad
external usenet poster
Posts: 123
automatic copy and paste from sheet to sheet in a workbook
Hello,
Worksheets("Sheet1").Range("C15:C60").Copy _
Destination:=Worksheets("Sheet13").Range("C5:AZ5")
Sharad
*** Sent via Developersdex
http://www.developersdex.com
***
Don't just participate in USENET...get rewarded for it!
Reply With Quote
Sharad
View Public Profile
Find all posts by Sharad