View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default DTPicker not working in Exel 2000?

Go to the Windows Start menu, choose Run, and enter

RegSvr32 full_file_name

where full_file_name is the full file name of the DTPicker file,
including directory paths.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Obie" wrote in message
...
Hi Tom:
Thanx for your help. No, I did not register with regsvr32.
How do I do that?

"Tom Ogilvy" wrote:

Did you register it with regsvr32

--
Regards,
Tom Ogilvy

"Obie" wrote in message
...
I wrote some VBA code in Exel 2003 with date/time pickers.
It doesn't work

in
Exel 2000 at the client end because it's not finding the
object. I've

copied
the object from 2003 and put it in the appropriate directory
in 2000 but

it
doesn't help. Is there a compatibility issue here?