Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm having problems when trying to acess a sheet in a workbook if this sheet does'nt exist. I tried some "On Error" tricks....but it dodn't worked. Here is the piece of code where I try to activate the sheet: .... genesis_wb.Activate genesis_wb.Sheets(nome_al).Activate 'nome_al is a string .... Is there a way to check if the sheet(nome_al) exist before activating it? (without on error techniques please). Thanks in advance! Cleber |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Detect for empty excel sheet | Excel Programming | |||
detect and delete existing sheet | Excel Discussion (Misc queries) | |||
How to detect if sheet is hidden? | Excel Worksheet Functions | |||
Checking for existence of value in another sheet | Excel Programming | |||
Detect Password Protection on a Sheet | Excel Programming |