PDA

View Full Version : [SOLVED:] Make Code Compatible with Office 64



gmaxey
08-29-2013, 03:29 PM
I have an Add-In that I developed with Word 2013 32 bit. I would like to make it compatible with Word 64 bit. A few months ago I changed some of the declarations and thought I had it worked out (at least two users with Office 64 bit reported that it worked fine). Today I got feedback from a perfect stanger who reported a compile error when loading the add-in. I don't have nothing to test it with and hoping one of the regulars here with Office 64 bit would be willing to have a look. You can download version 4.0 at bottom of the following webpage:

http://gregmaxey.mvps.org/word_tip_pages/cc_var_bm_doc_prop_tools_addin.html

Thanks.

gmaxey
08-30-2013, 06:29 AM
I found this on the web: http://www.microsoft.com/en-us/download/details.aspx?id=15001

It is a MS Code Compatibility Checker. I ran it and it flad one instance of a incorrect declarations. I made the change, notified the stranger who now reports everything works correctly. Problem appears to be solved.