Thread
:
Pasting Data
View Single Post
#
1
Posted to microsoft.public.excel.programming
Todd Huttenstine[_2_]
external usenet poster
Posts: 237
Pasting Data
Is there an easier way to write the below code?
Worksheets(1).Range("C3").Select
ActiveSheet.Paste
I tried to do this and it failed.
Worksheets(1).Range("C3").Paste
Thanx
todd huttenstine
Reply With Quote
Todd Huttenstine[_2_]
View Public Profile
Find all posts by Todd Huttenstine[_2_]