Thread
:
Animating charts
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Animating charts
Don't use the select keyword. Just copy and paste such as follows.
Sheets("Sheet1").Range("C2:C11").Copy _
Sheets("Sheet2").Range("B2:B11")
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet