Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi guys.
I have the folowing problem. i need to check 3 conditons inside an IF to make may macro work. The problem is that it only work with 1 AND not 2 inside the IF... Can anyone help me? This works... If Sheets("Original 1").Visible = False And Sheets("Original 2").Visible = False Then GoTo 1 This doesn´t work!!! If Sheets("Original 1").Visible = False And Sheets("Original 2").Visible = False And Sheets("Original 3").Visible = False Then GoTo 1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Or and And Operators | Excel Programming | |||
Operators/if etc | Excel Programming | |||
Where are Bitwise Operators | Excel Worksheet Functions | |||
Operators With Times | Excel Discussion (Misc queries) | |||
Unary operators | Excel Worksheet Functions |