Looping through checkboxes and copying files based on them being 'checked'
Hi guys,
Any help on the following is appreciated:
I am trying to loop through a number of checkboxes and copy a corresponding file from one folder to another if the checkbox is checked. I have found plenty of code for looping through checkboxes, which I don't think is the problem. I am stumped on how to copy multiple files based on checkbox values. I have tried making the checkbox caption property equal the filename I want to copy, and I have tried putting the filenames & checkbox names into arrays....just cant figure it out at the moment.
Just incase it isn't clear, each of the checkboxes should copy a particular file from one folder to another based on whether it is checked or not. Thanks in advance, I think I will benefit from a fresh perspective.
Joe