PDA

View Full Version : Solved: Need input on design layout



TrippyTom
04-24-2007, 10:19 AM
Hi everyone,
I made a macro that automatically puts names into a table on a slide for a call list. My question now is, what's the best way to enhance this?

I was thinking it would be nice to make a userform with checkboxes for the user to select the people to include in the list. Then the form would take those choices and throw the data into the macro to populate the table.

Or would a combo box be better? I'm kinda stuck on the design process. What do you think would be best?

TrippyTom
04-24-2007, 03:49 PM
Um... ignore this inquiry.

I decided it was easier to have separate code for each title category (MD, Director, VP, etc), have them remove the rows they don't need, and piece together into 1 table manually. The checkbox idea seemed like too much work.