-
WSpieterse
AskWoody LoungerIn your VB6 project (assuming that is where you are building the COM addin in), you use code like this in the XLConnect designer:
Code:Private Function IRibbonExtensibility_GetCustomUI(ByVal RibbonID As String) As String IRibbonExtensibility_GetCustomUI = "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "" End Function Public Function About(Control As Object) Dim fAbout As frmAbout Set fAbout = New frmAbout fAbout.Show vbModal Set fAbout = Nothing End Function
-
WSpieterse
AskWoody LoungerI expect so. Best to read the license agreement.
-
WSpieterse
AskWoody LoungerOne way to have both versions is by installing one of them inside a virtual machine.
Your summary seems to be correct.
The “common” controls however, should already be on your system, as they are part of windows, not of .NET as far as I know. Don’t know what win64 has to offer with that respect.
-
WSpieterse
AskWoody LoungerIf they say to look for alternatives, they mean look for the 64 bit counterparts of the control you need if you’re using Office 64 bit.
The only place you can look for them is by using the more controls button. That button will make Office go scrambling through your registry to see which controls your system has available to you.
Note however, that that does not mean other systems with the same Office version will also have these controls. It also means that 32 bit versions of Office will not be able to use your 64 bit version of the controls.
I’d advise not to use external controls unless you really have to, this avoids a lot of trouble should your file have to be distributed.
If you want a trouble free file, I usually advise to stick with the form controls. They port best to other versions.
-
WSpieterse
AskWoody LoungerIf any, they should be available through the More Controls… button on the insert control dropdown in the ribbon.
-
WSpieterse
AskWoody LoungerArray(arg1,arg2,arg3,…) is a VBA function and eval cannot handle VBA functions or methods. It can do the regular math operations however.
-
WSpieterse
AskWoody LoungerAs you saw, in order for a web query to work, the page must be “ready” when Excel tries to read it.
-
WSpieterse
AskWoody LoungerIs the javascript done on the client? I suspect those might be blocked for “security” reasons.
-
WSpieterse
AskWoody LoungerOn the offending machines, click start, run and enter this:
“c:Program FilesMicrosoft OfficeOfficeExcel.exe” /regserver
(quotes mandatory, change path if needed). That usually fixes problems like these.
-
WSpieterse
AskWoody LoungerAnother option (but some more work) is to download the free Virtual PC from Microsoft and set up a virtual machine (VM). You need a valid Windows CD for this however, because that is what you have to install on the VM. Then you can install any Office version you like to keep “clean” on the VM.
-
WSpieterse
AskWoody LoungerI run 2002 and 2003 next to each other without problems. I used to run 97, 2000, 2002 and 2003 without noticable trouble too.
There are some quirks though. Maybe more, but I’ve only heard of these:
– I experienced problems with custom chart templates (did not work at all)
– I’ve heard people having trouble with the Help system (not for me, maybe tied to me not having 2007 on the same system)
– You can only install ONE version of Outlook
– For Word and Access, each time you start a different version, Office wants to run a lengthy installer process. This can be overcome by changing some registry entries. -
WSpieterse
AskWoody LoungerUsing the routine to download a file is very easy:
Code:Sub Foo() 'Some code DownloadFile "CompleteURL2FIleGoesHere", "CompletePathToStoreFileGoesHere" 'Other Code End Sub
-
WSpieterse
AskWoody LoungerI have some sample code to download a file. See this page:
http://www.jkp-ads.com/articles/updateanaddin.asp
Code:Private Declare Function URLDownloadToFile Lib "urlmon" _ Alias "URLDownloadToFileA" (ByVal pCaller As Long, _ ByVal szURL As String, ByVal szFileName As String, _ ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long Private Sub DownloadFile(strWebFilename As String, strSaveFileName As String) ' Download the file. URLDownloadToFile 0, strWebFilename, strSaveFileName, 0, 0 End Sub
-
WSpieterse
AskWoody LoungerThe code as such is OK, so something else is going on here.
Maybe the worksheet in question is protected?
What if you try to hide the row manually? -
WSpieterse
AskWoody LoungerDo you get an error? If so, which and on what line of the code?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Finding Microsoft Office 2021 product key
by
Kathy Stevens
31 minutes ago -
Over-the-Top solves it!
by
RetiredGeek
1 hour, 14 minutes ago -
To Susan – Woody Leonhard, the “Lionhearted”
by
Myst
8 hours, 15 minutes ago -
Extracting Data From All Sheets
by
WSJon5
9 hours, 50 minutes ago -
Use wushowhide in Windows 11 24H2?
by
Tex265
9 hours, 58 minutes ago -
Hacktool:Win32/Winring0
by
Marvel Wars
9 hours, 45 minutes ago -
Microsoft Defender as Primary Security Question
by
blueboy714
10 hours, 26 minutes ago -
USB printers might print random text with the January 2025 preview update
by
Alex5723
12 hours, 29 minutes ago -
Google’s 10-year-old Chromecast is busted, but a fix is coming
by
Alex5723
22 hours, 5 minutes ago -
Expand the taskbar?
by
CWBillow
21 hours, 55 minutes ago -
Gregory Forrest “Woody” Leonhard (1951-2025)
by
Susan Bradley
41 minutes ago -
March 2025 updates are out
by
Susan Bradley
10 hours ago -
Windows 11 Insider Preview build 26120.3380 released to DEV and BETA
by
joep517
1 day, 15 hours ago -
Update Firefox to prevent add-ons issues from root certificate expiration
by
Alex5723
1 day, 22 hours ago -
Latest Firefox requires Password on start up
by
Gordski
1 day, 17 hours ago -
Resolved : AutoCAD 2022 might not open after updating to 24H2
by
Alex5723
2 days, 11 hours ago -
Missing api-ms-win-core-libraryloader-11-2-1.dll
by
IreneLinda
1 day, 10 hours ago -
How Much Daylight have YOU Saved?
by
Nibbled To Death By Ducks
1 day, 13 hours ago -
A brief history of Windows Settings
by
Simon Bisson
1 day, 7 hours ago -
Thunderbolt is not just for monitors
by
Ben Myers
1 day, 5 hours ago -
Password Generators — Your first line of defense
by
Deanna McElveen
1 day, 11 hours ago -
AskWoody at the computer museum
by
Will Fastie
10 hours, 55 minutes ago -
Planning for the unexpected
by
Susan Bradley
1 day, 12 hours ago -
Which printer type is the better one to buy?
by
Bob99
2 days, 13 hours ago -
Upgrading the web server
by
Susan Bradley
2 days, 11 hours ago -
New Windows 11 24H2 Setup – Initial Win Update prevention settings?
by
Tex265
3 days, 6 hours ago -
Creating a Google account
by
DavidofIN
3 days, 5 hours ago -
Undocumented “backdoor” found in Bluetooth chip used by a billion devices
by
Alex5723
3 days, 12 hours ago -
Microsoft Considering AI Models to Replace OpenAI’s in Copilot
by
Alex5723
3 days, 23 hours ago -
AI *emergent misalignment*
by
Alex5723
4 days ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.