Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works:
If ActiveChart Is Nothing Then **code** End If But what I need is the reverse of this, as in ... If ActiveChart Is 'Not' Nothing, or If ActiveChart is 'Something' Of course neither of these work. How do I do this? Art |