Access or Macro

D

dab

Good day
Thanks for reading.
I need to create a user interface that will allow the user to input some
values and then the program/macro will use this information to look across
some excel sheets.
Once it finds a match it needs to gather some information contained in their
cells, do some logical or simple math calculations to output a result onto
the user interface.
Which one is better suited to do this kind of job?

I appreciate your input.
Best Regards
 
A

Atishoo

I would use a user form.
Look at vba editor (alt f11) You can create a user form here and program any
elements you include within this user form using VBA (macro) to do whatever
you need.
 

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

Top