Cells.Find in Auto-Filtered range

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

Hello.

It appears that Cells.find only looks in the visible range
of the spreadsheet... for instance, if there is something
in some rows of column G, but those rows are currently not
visible due to use of auto-filter, a search to look for
the last used column will return an entry in column F.

An alternative would be the Activesheet object, but it
returns the last used column since the last save, not the
truly last used colum at the moment.

is there a method similar to the FIND method which looks
in hidden areas, too?

Thanks.
Mark
 
doing it another way.
thanks anyway.
-----Original Message-----
Hello.

It appears that Cells.find only looks in the visible
range of the spreadsheet...
 
doing it another way.
thanks anyway.
-----Original Message-----
Hello.

It appears that Cells.find only looks in the visible
range of the spreadsheet...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top