473,474 Members | 1,781 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Excel Add-in not showing up

Joe
I created a C# Add-in by going through the wizard, building the project and
testing it. Everything works fine. I start writing some code to do something
when a button is clicked, built and tested it - still works.
Make some more changes and now nothing. It doesn't show up any more.

The only way I was able to get it to show up was to run the setup project
that was created as part of the Add-in wizard setup for the project.

The first time the problem occurred was when I tried debugging the project
by setting the Start-up app to Excel. That threw an exception so I didn't
test it that way again. I was still able to test it from within Excel for a
couple of more build until it just stopped working.

Now nothing works. I have no way of running or debugging the Add-In.

Any suggestions?

-Joe

Feb 17 '06 #1
3 1790
Joe
I found out how to get it back.

In Excel - Click Help, About and click the button for disabled items.
"Joe" <jb*******@noemail.noemail> wrote in message
news:ua*************@TK2MSFTNGP14.phx.gbl...
I created a C# Add-in by going through the wizard, building the project and
testing it. Everything works fine. I start writing some code to do
something when a button is clicked, built and tested it - still works.
Make some more changes and now nothing. It doesn't show up any more.

The only way I was able to get it to show up was to run the setup project
that was created as part of the Add-in wizard setup for the project.

The first time the problem occurred was when I tried debugging the project
by setting the Start-up app to Excel. That threw an exception so I didn't
test it that way again. I was still able to test it from within Excel for
a couple of more build until it just stopped working.

Now nothing works. I have no way of running or debugging the Add-In.

Any suggestions?

-Joe

Feb 17 '06 #2
Hi Joe,

Thanks for your update!
If you still have any concern, please feel free to post here.
Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 20 '06 #3
On Fri, 17 Feb 2006 15:51:45 -0500, "Joe" <jb*******@noemail.noemail>
wrote:
I found out how to get it back.

In Excel - Click Help, About and click the button for disabled items.
Did you just have to do this once or do you have to do this regularly.
If this is a continuing issue you may not have the problem solved.


"Joe" <jb*******@noemail.noemail> wrote in message
news:ua*************@TK2MSFTNGP14.phx.gbl...
I created a C# Add-in by going through the wizard, building the project and
testing it. Everything works fine. I start writing some code to do
something when a button is clicked, built and tested it - still works.
Make some more changes and now nothing. It doesn't show up any more.

The only way I was able to get it to show up was to run the setup project
that was created as part of the Add-in wizard setup for the project.

The first time the problem occurred was when I tried debugging the project
by setting the Start-up app to Excel. That threw an exception so I didn't
test it that way again. I was still able to test it from within Excel for
a couple of more build until it just stopped working.

Now nothing works. I have no way of running or debugging the Add-In.

Any suggestions?

-Joe


Ken Wilson
Seeking viable employment in Victoria, BC
Feb 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nick Carter | last post by:
The following C# lines of code work fine with Excel 2000:- ExcelApplication excelApplication = new Excel.Application(); ExcelWorkbook excelWorkbook =...
5
by: touf | last post by:
Hi, I've an error when I declare Dim oBook As Excel.Workbooks What imports, and reference do I need to use Excel.Workbooks class? Thanks
4
by: msnnews.msn.com | last post by:
hi there, i've got a form that populates a datagrid, and a button that calls a function to export to an excel file. All is well with the export, no errors are returned, but the Excel instance...
1
by: Steven | last post by:
Hello, I use the following code to make an Excel-file, which works fine with Excel 2003 (and the MS Excel 11.0 object library): Dim Excel As New Excel.Application Dim oBook As...
2
by: John Walker | last post by:
Hello, Below is my code for exporting a datagrid to Excel. It works fine, but we're going to need to somehow have a report header, user input parameters and system date display at the top of the...
4
by: jmalvika | last post by:
Hi all, I'm trying to generate an excel report from an ASP web page using .. "response.ContentType = "application/vnd.ms-excel" .... I need to add a custom header & footer to the excel...
0
by: strider | last post by:
I have struggled with this problem and the solution is that you have to declare a variable for each and every object or collection within the Excel application that you want to use: For example:...
2
by: james | last post by:
Hi all, I am trying to convert some old VB6 code to .NET. Take this first section (there is more, but hey-ho...) Dim XLApp As Object Dim XLSheet Dim XLBook Dim HeaderItem As String Dim...
1
by: DennisBetten | last post by:
First of all, I need to give some credit to Mahesh Chand for providing me with an excellent basis to export data to excel. What does this code do: As the title says, this code is capable of...
3
by: JFKJr | last post by:
Hello everyone, the following is the code which opens an excel file and creates a toolbar button. And, when I click the toolbar button as shown at line #28, the code should call the "Example"...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.