How to: If autofilter is "all" then, else...

  • Thread starter Thread starter kativa
  • Start date Start date
K

kativa

I want to change a value in a cell when autofilter criteria is "all" and if
it isn't then go on to another code. How to do that with ifelse?
 
Kativa,

You would likely have to monitor a change in event of that cell to determine
the course of action.
 
I'm sorry, I didn't quite understand your answer... I thought this would be
quite simple (for the ones who can write the code in the right way). I
thought the way to solve my problem would be something like this:

if autofilter.selection is "all" then
range("A5").delete
else
worksheet("Taul1").Select... and so on and so on
end if


"galimi" kirjoitti:
 

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