VBA front end for Excel

  • Thread starter Thread starter David Denny
  • Start date Start date
D

David Denny

Greetings!

I need to create a front end for spreadsheets that allows users to generate
a report with only their details(based upon userid). I have a VBA/Excel
programming book but it doesn't cover anything of this type. Any experts out
there?

Thanks,

David
 
Yes, there are many, but you will need to take it a step at a time, and
explain each problem/requirement precisely.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Hi David,

in principle Bob is correct, some more details would be helpful. But
there are some general points that can be made:
- selection fields etc. which offer the exact answers to requred
variables are a great aid
- all entry fields which can/should be modified by the users can be
surrounded by a coloured background and adjusted by supportive comments

Your question suggests, that your Excel sheet is used to generate
reports from another source. Then, the a.m. entries in selection fields
can be used in the specific query code.

Hope this was of some help for you
Udo
 
Hi David,

in principle Bob is correct, some more details would be helpful. But
there are some general points that can be made:
- selection fields etc. which offer the exact answers to requred
variables are a great aid
- all entry fields which can/should be modified by the users can be
surrounded by a coloured background and adjusted by supportive comments

Your question suggests, that your Excel sheet is used to generate
reports from another source. Then, the a.m. entries in selection fields
can be used in the specific query code.

Hope this was of some help for you
Udo
 

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