Hi All,
I have a little problem with a userform commandbutton that I cannot resolve. I cannot seem to excecute a macro from a commandbutton, but if I go to the VBA project I can get it to work from there.
The cmb just calls a macro, which in itself call 5 other macros. This is the code for the button:
Private Sub CommandButton2_Click()
Call Update_All 'this calls the update_all macro that updates all the figures on all tasks worksheet
Unload UserForm3
End Sub
I may be missign something really simple here. As I said, if I go to the code and run it from there it opens the userform, I select a value and then click OK and it works, but it will not work if running from excel.
Any ideas?
JD
Bookmarks