FoFa
Registered User.
- Local time
- Today, 06:42
- Joined
- Jan 29, 2003
- Messages
- 3,653
You could put a MSGBOX "FUNCTION COMLPETE",,"Done" as the last executed line for some feedback.
I would say like this:
Set col = Nothing
Set tbl = Nothing
Set cat = Nothing
AutoNumFix = lngKt
msgbox "FUNCTION COMPLETE",,"Done"
End Function
I would say like this:
Set col = Nothing
Set tbl = Nothing
Set cat = Nothing
AutoNumFix = lngKt
msgbox "FUNCTION COMPLETE",,"Done"
End Function