Auto-Fill From Table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with lots of data( department number, name, manager, etc.) I
also have a data-request form I want to print off for all of those
departments. What's the best way to transfer all that data to the forms and
print off one for each deparmtment?
 
The best way is to use VBA. VBA will copy all the data for one department,
print the form, then repeat for each other department. Such a macro is
layout specific. That is, how you write the code depends on how your data
and form are laid out. If you wish, send me your file or a sample of your
file clearly showing what is in what cell and what goes in what cell, and
I'll write out a macro for you. My email address is (e-mail address removed).
Remove the "nop" from this address. HTH Otto
 

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