P
Patrick Molloy
You can get the control's location by Tools/References &
selecting the control. The lower part of the form will
show you the file path and name. Locate the DLL and
simply copy it.
Save it to the same path on the target system & register
it (use regsrv32.exe). It will then be available to your
projects.
In general, I don't recommend this method, since often
dll's refer to other components and one cannot always be
sure that they'll work correctly without a proper
install. I am fairly sure though that the DateTime Picker
control will be ok though.
HTH
Patrick Molloy
Microsoft Excel MVP
selecting the control. The lower part of the form will
show you the file path and name. Locate the DLL and
simply copy it.
Save it to the same path on the target system & register
it (use regsrv32.exe). It will then be available to your
projects.
In general, I don't recommend this method, since often
dll's refer to other components and one cannot always be
sure that they'll work correctly without a proper
install. I am fairly sure though that the DateTime Picker
control will be ok though.
HTH
Patrick Molloy
Microsoft Excel MVP