PDA

View Full Version : Uninstall Excel Utilities



online
02-21-2012, 11:27 PM
Hi

I have downloaded a excel utilities tool from http://excelutilities.com/ now i want to uninstall it. please help anybody.

i tried using below VBA code

Sub RemoveCustom()
Dim cb As CommandBar
On Error Resume Next
Set cb = Application.CommandBars("Worksheet Menu Bar")

cb.Controls("Custom").Delete

End Sub

Bob Phillips
02-22-2012, 01:15 AM
Goto the addins dialog and see if it is there, if so, uncheck it.

online
02-22-2012, 01:46 AM
Hi Xld,

it's not showing there.

Bob Phillips
02-22-2012, 02:13 AM
It might be a COM addin. I have looked on the site but there is nothing that tells you, and I am not going to install it just to check. Maybe you could email the guy and ask him how to uninstall it.

A thought, is there an uninstall utility in the app folder, or have you looked at Add/Remove Programs in Control Panel.

online
02-22-2012, 04:39 AM
I have looked in Add/Remove Programs, there is not showing about this add-in Add/Remove Programs.

Bob Phillips
02-22-2012, 04:56 AM
Email the developer then. he says he will respond.

online
02-22-2012, 10:50 PM
i have mailed to developer but did not received any response

frank_m
02-23-2012, 12:06 AM
Perhaps going to a restore point right before you installed it. (if there is one) - That can be risky though, so best to decide if you are ready to take the 44 magnum approach, or just wait longer to hopefully hear back from the developer. - Of course if you do go to a restore point, be sure you have a backup, preferably a full image using "Acronis True Image" or equivalent, so you are sure to be able to get back to where you started.

By your code, I'm inclined to ask if you only care to remove the menu, or button, that is associated with the com add-in. That should be fairly easy I would think.

Larry Dunn
09-18-2012, 11:06 AM
I am sorry that I didn't see your post long ago.
If you emailed me, it was lost in cyberspace.

Uninstall is easy: Just look in the Users menu and select Uninstall.
If you have a really old version, the Uninstall button is right
on the Installation workbook, next to the Install button.

In that case, all you do is reload the LDUTIL file and click Uninstall.

When people email me to find out how to uninstall, I always ask
them why, and I ALWAYS answer any email.