Searching within excel

  • Thread starter Thread starter soregan
  • Start date Start date
S

soregan

Hello,

Ive been given work by my boss and he has given me the task o
arranging a sheet for individual needs.

Basically this document is HUGE. What I want to do is make a searc
base using VBA refining the search for department, job no. etc.

yes, it did cross my mind to us auto filter but for some reason h
wants me to use this format so everyone can use it.

can anyone help!
 
You can still use the autofilter function in a macro so that "anyone" can
use it. First collect the search criteria from the user with input boxes,
userform, or something, and then use those for your Filter criteria in the
macro.
Mike F
 

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