2003: Use checkboxes to select files ??

G

Gdareos

I have had an unusual request, and am not too strong with VBA.

I need to build a form where there will be several files, each
preceded with a Checkbox. Whatever checkboxes are checked will cause
them to be printed (press a command button after checking the boxes of
files to print). These files will be Word documents.

[x] One.doc
[ ] two.doc
[x] three.doc


[PRESS TO PRINT]

So, the user could select the first and third files, and not the
second. The one.doc and three.doc files would print.

How do I build the array of selected files and get them to print??

Any help would be appreciated very much:)

Thanks very much in advance, this is harder than I thought it would
be.

George
 

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