J
Joe
I have a userform. On the form I have a button that's
named "cmdok". In the form's code I have this sub:
Sub cmdok_click()
Make_CSVs
End Sub
Make_CSVs is a sub in one of my modules. My code bombs
although I can run Make_CSVs by itself and it runs fine.
Can someone tell me what I'm doing wrong? Thx.
named "cmdok". In the form's code I have this sub:
Sub cmdok_click()
Make_CSVs
End Sub
Make_CSVs is a sub in one of my modules. My code bombs
although I can run Make_CSVs by itself and it runs fine.
Can someone tell me what I'm doing wrong? Thx.