Thread
:
paste in hidden sheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Die_Another_Day
external usenet poster
Posts: 644
paste in hidden sheet
yes. assume Sheet 3 is hidden:
Sheets("Sheet1").Range("A1").Copy Sheets("Sheet3").Range("A1")
Charles
Shawn wrote:
Can I paste something via VBA into a hidden worksheet without first unhiding
it?
--
Thanks
Shawn
Reply With Quote
Die_Another_Day
View Public Profile
Find all posts by Die_Another_Day