D
Detlef
Hi,
once upon a time a collegue of me write a macro with the following rows:
dlgProgress.Show
dlgProgress.ftText.Caption = "Project running ..."
dlgProgress.Repaint
....
dlgProgress.ftText.Caption = rs.Fields(2) + " in work..."
dlgProgress.Repaint
....
Under Office 2000 this macros runs well but under Office 2003 i gets a
'Object Required' runtime error 424.
I'm not the maco programmer specialist but i think i have to initialize the
dlgProgress. But how.
Hope you can help
Detlef
once upon a time a collegue of me write a macro with the following rows:
dlgProgress.Show
dlgProgress.ftText.Caption = "Project running ..."
dlgProgress.Repaint
....
dlgProgress.ftText.Caption = rs.Fields(2) + " in work..."
dlgProgress.Repaint
....
Under Office 2000 this macros runs well but under Office 2003 i gets a
'Object Required' runtime error 424.
I'm not the maco programmer specialist but i think i have to initialize the
dlgProgress. But how.
Hope you can help
Detlef