Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi ya
I want to activate a certain Worksheet 'Results' using a macro. Becaus I don't know for you whether it exists yet, I want to check that wit an If-statement and then act accordingly (create the sheet if it's no there yet). The expression below (.Activate) doesn't work, nor di using 'Not Sheets(...) Is Nothing' but I look for something of thi kind as I would like to avoid a loop to check for the sheets existence If (Sheets("Results").Activate) Then ... Else Sheets.Add ActiveSheet.Name = "Results" End If Any ideas are highly appreciated, cheers! fabaliciou -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can we map calender in to excel worksheet's cell. | Excel Discussion (Misc queries) | |||
Small 1-2 on worksheet's left in Excel | New Users to Excel | |||
Cell to equal a worksheet's name | Excel Discussion (Misc queries) | |||
Transforming a worksheet's functionality? | Excel Discussion (Misc queries) | |||
Compare Worksheet's | Excel Programming |