Hi

I'm a bit of a VB novice so this is probably a very simple question for the gurus..

I'm running Excel 2000 under WindowsXP.

I'm trying to determine if the selected cell on a sheet is visible after the macro applies an autofilter before proceeding with the rest of the macro.

I have tried using the following code

Code:
If ActiveCell.Hidden = True Then
        MsgBox "Select
...