Hi,
I want to write a VBA code and want to move my cursor down to a visible cell on a filtered data. I have tried the following command
ActiveCell.Offset(1, 0).Select
but it moves the cursor to next unfiltered cell instead of my desired cell.
Kindly kelp me out
Bookmarks