problems with macros

  • Thread starter Thread starter cjjoo
  • Start date Start date
C

cjjoo

I want to record a macro for advanced filtering . Is that possible?

the scenario: i want a box named "remove filter" and a box named "appl
filter".

The apply fiter is based on a criteria with a list on the sam
worksheet.

Can anyone help me with this
 
you can have two macros
1. to do advnacae filter
2. remove this filter

number 2 is some sort of ;undo of 1



for both use record macaro button
 
a macro will record all the actions that i have taken. Is that rite?

so for "apply advanced filter" , i have to goto record new macro

these are the steps that i took
data
filter

a popup will appear

and i have to define the list range follow by the criteria range

stop recording..

but once i run the macro from a text box (assign macro), there is an
error.

i dont know if these are the rite steps to take.

ANy recommendations?
 
try creating a command button and assign macro
or copy the code under <view code>.
 

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