I made a autonew macro to open a userform name frmUpdate. I put the macro in that template only. the form name is correct and I do see the form. Form also runs by itself ok. The following is the macro I wrote which is very simple. In some templates, it show the form ok but in other template I get a message saying "run-time error 424, Objects not found". Why does this work sometimes and not in other times?
Thank you for your help.
Sub AutoNew()
'
' AutoNew Macro
' Macro created 04/15/2004 by kang_jason
'
frmUpdate.Show
End Sub
Thank you for your help.
Sub AutoNew()
'
' AutoNew Macro
' Macro created 04/15/2004 by kang_jason
'
frmUpdate.Show
End Sub