ShowAllData

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

When a macro runs and it performs a filter/showall request the code stops on
the line:

ActiveSheet.ShowAllData

What needs to be changed so that this request is always performed regardless
if the sheet is not currently filtered.

Thanks if you can help.
Pat
 
Pat

maybe just use:

Selection.AutoFilter

as a toggle

Regards

Trevor
 
Thank you gentlemen for your help. I found Dave's solution best suited for
this task.

Cheers
Pat
 

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