May 10, 2002 #1 Rougy Programmer Oct 15, 2001 249 US I have a macro that uses the Variable = Format(Variable, "mm/dd/yyyy" function, but for some reason it's not working on the user's computer. Anybody know the add-in or whatever that I need to install on the user's computer? Thanks! Rougy
I have a macro that uses the Variable = Format(Variable, "mm/dd/yyyy" function, but for some reason it's not working on the user's computer. Anybody know the add-in or whatever that I need to install on the user's computer? Thanks! Rougy
May 10, 2002 #2 S SkipVought Programmer Dec 4, 2001 47,487 US Hi, Try this... MyDateString = Format(DateVariable, "MM/DD/YYYY" Hope this helps Skip, metzgsk@voughtaircraft.com Upvote 0 Downvote
Hi, Try this... MyDateString = Format(DateVariable, "MM/DD/YYYY" Hope this helps Skip, metzgsk@voughtaircraft.com
May 11, 2002 #3 acron MIS Oct 19, 2001 476 IE Thecode you posted should work - could you say eactly in which way it fails to work. Do you get an incorrect value or an error message ? A.C. Upvote 0 Downvote
Thecode you posted should work - could you say eactly in which way it fails to work. Do you get an incorrect value or an error message ? A.C.
May 13, 2002 Thread starter #4 Rougy Programmer Oct 15, 2001 249 US Hi everyone, Thanks for the posts. Turns out there was an ActiveX library being referenced that was missing on the client's computer. All I had to do was remove the reference and everything started working fine again. Thanks. Rougy Upvote 0 Downvote
Hi everyone, Thanks for the posts. Turns out there was an ActiveX library being referenced that was missing on the client's computer. All I had to do was remove the reference and everything started working fine again. Thanks. Rougy