View Single Post
 
Old 08-05-2015, 05:23 AM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,137
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

The primary forms elements are contained in FM20.DLL. Set a reference to Microsoft Forms 2.0 Object library.

Occasionally some users have reported FM20.DLL missing or unregistered ( in which case you will not be able to set the reference).

If your PC is 64 bit (as most recent models are) then that file should be in the folder C:\Windows\SysWOW64, though it may be in C:\Windows\System32 in which case copy it to the other folder. You will then need to register it as described above (though you should register it as administrator).

Date pickers are a problem as invariable the OCX file will be unregistered and it must be registered on every PC. It will not work with the 64 bit versions of Office. I would therefore recommened using a VBA picker. I personally like Trevor Eyre's version which you can download from http://bit.ly/1ossyMA
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote