Hi,

Sorry for the delayed reply, havent signed on in a few days.

Regarding the button_click code, you can put the call code in the class which handles the _click for each button (easier and shorter than tons of individual events). The way I originally gave you the _Click code in the class was:[vba]Private Sub vButton_Click()
'reference vSaveFolder variable to retrieve folder to save to
MsgBox vSaveFolder
End Sub[/vba]If you put the code in there it should trigger on every button's click.

As I was away for a few days and I'm sure you've made big changes and advances, so let me know if theres anything left you need help with