I have the following line of code in my userform:
calltime.Value = Format(TimeValue(Timebox.Value) + TimeValue(cbtimebox.Value), “hh:mm:ss”)
I am using Office 97 SR-2.
The problem is some users are running O97 OEM, which does not like the “Format” command.
Does anyone have any insight as to how I can fix this?