MySQL Forums
Forum List  »  MySQL for Excel

Re: MySQL for Excel wizard not appearing in Excel 2010
Posted by: F S
Date: March 22, 2013 08:21AM

And still another quirk: if one is running 64 bit Windows you have to make sure that the registry key is put under the 32 bit branch of the registry. Otherwise Excel will not see the add-in. I managed to make the add-in visible with the following registy file under Windows 7 64 Bit:

---- begin ----
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Office\Excel\Addins\MySQL.ForExcel]
"Description"="MySQL.ForExcel"
"FriendlyName"="MySQL.ForExcel"
"LoadBehavior"=dword:00000003
"Manifest"="C:\\Program Files (x86)\\MySQL\\MySQL For Excel 1.1.0\\MySQL.ForExcel.vsto|vstolocal"
---- end ----

If one uses 32 bit Windows the part "Wow6432Node" should be omitted.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL for Excel wizard not appearing in Excel 2010
2246
F S
March 22, 2013 08:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.