Thread
:
Add new worksheet and assign it to an object variable?
View Single Post
#
2
Posted to microsoft.public.excel.programming
OJ[_2_]
external usenet poster
Posts: 111
Add new worksheet and assign it to an object variable?
Hi,
try this....
Worksheets(BackupWS).Copy , Sheets("Summary")
Set NewWS = Activesheet
Hth
OJ
Reply With Quote
OJ[_2_]
View Public Profile
Find all posts by OJ[_2_]