Re: Excel Pop Up calendar
use datepicker instead of calendar control
Re: Excel Pop Up calendar
Thanks for the reply, but it still doesn't work. Compile error for that as well.
Re: Excel Pop Up calendar
How are you adding that control?
Re: Excel Pop Up calendar
It's on a userform. I was able to find it in my list of Additional Controls but others don't seem to have it.
Re: Excel Pop Up calendar
Check if they have MonthView?
Re: Excel Pop Up calendar
Still no go, I checked on one of the other computers and see those controls if I try to create a new userform so I don't understand why it's still not working.
Re: Excel Pop Up calendar
probably because excel is not completely installed there :)
Re: Excel Pop Up calendar
So it's not possible to get this going by either including these modules or building it not dependant on those controls?
Re: Excel Pop Up calendar
Ok do this...
Search their pc for mscomct2.ocx. If it is there then register it. First copy it to System32 folder
To register it click on Start->Run and type
c:\windows\system32\regsvr32.exe c:\windows\system32\mscomct2.ocx
Once it is registered, check if you now have access to controls which you should have...
Re: Excel Pop Up calendar
This is to be used by people throughout my company's various offices... which are far away. So I don't have access to their PCs. Besides, they don't have admin rights to make that change.
Re: Excel Pop Up calendar
If this file is important then you need to request the administrator to install it... I did the same in my office...