Dear all,
I am trying to do a simple thing, namely updating a label like:
ProgressReport.Label12 = "Finished!"
This works fine as long as it is called from a macro within the same workbook. When I am doing it from another workbook it
get me an 424 Object required error, presumably because Excel does not know where the form is (even if it is already activated).
but neither:
Workbooks(" bbbb ").ProgressReport.Label12 = "Finished!"
Worksheets(" bbbb ").ProgressReport.Label12 = "Finished!"
Windows(" bbbb ").ProgressReport.Label12 = "Finished!"
etc. does work. Any ideas?
Thanks a lot!
Axel
I am trying to do a simple thing, namely updating a label like:
ProgressReport.Label12 = "Finished!"
This works fine as long as it is called from a macro within the same workbook. When I am doing it from another workbook it
get me an 424 Object required error, presumably because Excel does not know where the form is (even if it is already activated).
but neither:
Workbooks(" bbbb ").ProgressReport.Label12 = "Finished!"
Worksheets(" bbbb ").ProgressReport.Label12 = "Finished!"
Windows(" bbbb ").ProgressReport.Label12 = "Finished!"
etc. does work. Any ideas?
Thanks a lot!
Axel