Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
1k views

How do I create a real-time Excel automation add-in in C# using RtdServer?

I was tasked with writing a real-time Excel automation add-in in C# using RtdServer for work. I relied heavily on the knowledge that I came across in Stack Overflow. I have decide to express my ...
4
votes
3answers
300 views

Looking for free way to develop Excel add-ins using IronPython?

I don't know much about VSTO or VSTA, but I think you need the full version of Visual Studio to use either one. I can't convince my boss to buy us this, but I would like to develop Excel addins in ...
3
votes
2answers
637 views

How do I create an Excel add-in that reads custom data?

I have been tasked with creating an addin for Excel 2007 that reads data from a custom data source. I already have the code that reads the data. It's written in C# and returns objects. This is for a ...
3
votes
2answers
839 views

Excel VBA - Use Module in Workbook B to Update Data in Workbook A

I have 10 XLS's, each of which contain a a few hundred lines of VBA that do the same thing. I want to move this common code into an 11th XLS, and have the other 10 call the code in the 11th XLS. The ...
3
votes
2answers
4k views

How to troubleshoot why Excel disables an add-in?

I've written an Microsoft Excel add-in in .NET using Add-in Express, and deployed it to about 50 different user sites, all running Office 2003 on Windows XP. The add-in works fine at the majority of ...
2
votes
1answer
109 views

How do I create a GUI add in for excel?

I've done some mucking around on Google but I still can't find what project this would be in Visual Studio. I want to create a GUI add in for Excel, for example a dock window on a ribbon with a ...
2
votes
2answers
449 views

Creating PowerShell Automatic Variables from C#

I trying to make automatic variables available to Excel VBA (like ActiveSheet or ActiveCell) also available to PowerShell as 'automatic variables'. PowerShell engine is hosted in an Excel VSTO add-in ...
2
votes
1answer
324 views

Excel Add In development

I want to develop Excel Add-In using which i want to read data from its different columns and send them to my database. So can you suggest me good eBook or any website link which teaches the best add ...
2
votes
2answers
513 views

How to get User Defined Functions in Excel Add-Ins (Excel 2007) to work with AutoComplete?

I have created an Add-In and when I go to use it in the expressions box the autocomplete doesn't work. I do see them when I click the functions 'f' button under user defined functions. I would just ...
2
votes
3answers
652 views

Excel formula to check cell contents

I'm trying to create some conditional formatting at runtime (huzzah) for an add-in (double huzzah), and have found that, apparently, some functions cannot be used as they would in a normal worksheet. ...
2
votes
3answers
794 views

Passing a variable from Excel 2007 Custom Task Pane to Hosted PowerShell

I am testing PowerShell hosting using C#. Here is a console application that works: using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; ...
2
votes
5answers
798 views

Iterating unregistered add-ins (.xla) in Excel 2003

I need help in figuring out how to iterate through currently open Excel add-in files (.xla) that have not been registered in Excel using the Tools > Add-ins menu path. More specifically, I am ...
1
vote
2answers
73 views

I don't want my Excel Add-In to return an array (instead I need a UDF to change other cells)

I've created an Excel Add-In, and one of the functions of this Add-In, lets say New_Years currently takes in 2 years and outputs every New Years day between those 2 years as an array in Excel. So ...
1
vote
0answers
45 views

Non-modal forms cannot be displayed in this host application

All My Excel Addin (XLL AddIn, call it MyAddIn) is built with C#, ExcelDNA, NetOffice, VS2010, Client has another addin let's call it B, I guess it is written in VBA. client says B works fine ...
1
vote
3answers
155 views

Excel Add-in - Delphi equivilent to VB

I'm porting an Excel add-in from visual VB to Delphi 2006. Most of it is working but I am stuck on these two VB lines: oXL.Selection.QueryTable oXL.Selection <> "" where oXL is defined as ...
1
vote
2answers
140 views

VBA Add-Ins Question

I have a problem with a VBA Add-in in Excel 2010. I've created some code for parsing my excel data. which I made into an Add-in. However, when I load the Add-in and run, an error occurs. The error ...
1
vote
1answer
132 views

C#. Excel Addin. Can't reposition floating custom task pane

When creating a custom task pane (_CustomTaskPane MSDN) and setting its DockPosition to floating, I want to specify the Top and Left properties of the window appeared. As Office COM APIs do not ...
1
vote
1answer
242 views

Excel AddIn in Excel 2011 for MAC

How do you create an AddIn for Excel, if I am using Excel (Office 2011) on my MAC Machine(OS X Lion).
1
vote
2answers
135 views

WPF menu closes on mouseup when window open from excel add-in project

I have a problem when creating a menu in WPF. What happens is that it closes automatically when you stop pressing the mouse button. I want it to behave as regular menu's where you can click and the ...
1
vote
1answer
266 views

Vs 2010 Click Once application written in c# copies the xml files into other directory

I have an Excel addin application which I developed with C# and I published to a network location using ClickOnce from VS2010. The application assumes that all the xml files that I use in it are in ...
1
vote
1answer
175 views

Excel add-in password text box

I want make authentication in Excel Add-in Ribbon and sign in form is build in Ribbon (no modal window) but I need hide password characted in password text box. Ribbon don't allow add to group text ...
1
vote
1answer
156 views

Excel 32bit using 64bit addin

I'm running Excel 2007 32bit under Windows 7 64bit and I've developed an Excel addin that has a custom task pane and 2 command bar buttons. The task pane loads some information from a few XML files ...
1
vote
1answer
77 views

How to use arrow characters in winforms

I'm creating an excel add-in and i wanted to use up/down characters in a winforms form for a button's text. I tried using ˄ and ↑ and ▲. They all worked well on office 2010 (windows 7) but not on ...
1
vote
1answer
147 views

Load dependent DLL’s from Excel

We have a library (XLL file) which we load from network drive to Excel via RegisterXLL method through Excel automation from C# code. Recently we switched to VS2010, and now instead of having single ...
1
vote
1answer
554 views

How do I create an Excel automation add-in in C# that wraps an RTD function?

I have a working RtdServer-based automation add-in: HOWTO: Create a real-time Excel automation add-in in C# using RtdServer. Creating a VBA wrapper is trivial: Function RtdWrapper(start) ...
1
vote
1answer
148 views

Excel 2007 vba addin required to be referenced in projects that consume the methods?

I have an Excel 2007 addin (a workbook with macros saved as an addin) that seems to require other books to reference before they can call its methods. Is this normal? I thought public addin code ...
1
vote
1answer
523 views

Excel Addin that works on Excel 2007 and 2010

I'm writing an Excel Addin that should work in both 2007 and 2010. When I create a new project with Visual Studio I need to decide which version I want. I've chosen 2007 before, but since I have 2010 ...
1
vote
1answer
87 views

Need to find the name of the current file in excel addin

I have an excel addin for 2003 excel. This add in adds a menu command to the excel menu. what my requirement is that, when I click on this menu command I need to send the name of the current file to ...
1
vote
1answer
381 views

Programmatically Save Excel Add-In

I have a worksheet updated occasionally by users that is used to make an Add-In (.XLAM). The Add-In is located on a network share and users link to it. I am looking to enable users to easily update ...
1
vote
1answer
195 views

Excel 2007 Addin - Technology options

We have a number of .xla/.xlam Excel Addins and the time has come to migrate to something easier to version control and maintain. I'd like to write in C# if possible and the Addins will need to do ...
1
vote
1answer
294 views

ExecuteExcel4Macro on custom xll functions

I have a C++ .xll addIn for Excel. The following test worksheet function works fine with the xll loaded: LPXLOPER __stdcall Test() { return &xlstring("Yayage",true) } i.e. =Test() returns ...
1
vote
1answer
80 views

Which COM shim wizard version should I use with VS 2008 and Office 2003

On the download page for 2.3.1 it only mentions compatability with Office 2007. I tried installing v2.0 but I couldn't see the wizards in the project types.
1
vote
2answers
718 views

Excel add-in transferring data from sheets to database: file path problem

I wish to create an addin for excel which can read the current sheets data and then insert it into database. The database connection requires the file location. Therefore that approach cant be applied ...
1
vote
3answers
3k views

Excel VBA Load Addins

I am trying to create a new instance of Excel using VBA using: Set XlApp = New Excel.Application The problem is that this new instance of Excel doesn't load all the addins that load when I open ...
0
votes
1answer
46 views

Can I swap Excel4 with Excel12?

In the Excel C API, what is the difference between the Excel4 and Excel12 functions? From the on-line documentation I read that Excel12 is the most recent version, but there is now mention about ...
0
votes
1answer
69 views

Excel Automation Addin function returing excel range

I am writing a Excel 2003 automation addin using c#. I have followed this article http://blogs.msdn.com/b/eric_carter/archive/2004/12/01/writing-user-defined-functions-for-excel-in-net.aspx Every ...
0
votes
0answers
29 views

How to get a callback from Excel custom property OnDelete

Is there a interface to the deletion of a custom property available? If the user opens the custom property dialog, and deletes a custom property, I want to know about it in my add-in and respond ...
0
votes
1answer
110 views

How to make an XLAM UDF call portable?

It seems that when I call a UDF in an XLAM file, the path to the XLAM file is embedded in the spreadsheet. When I open the spreadsheet from another machine (which has the same XLAM add-in installed, ...
0
votes
0answers
55 views

C# Excel 2007 API How could I disable Worksheet?

I develop Excel 2007 addin using Visual studio 2010 C#. Could you tell me please is there any way that I could lock/disable the Excel Worksheet that I could not change values in worksheet and still ...
0
votes
0answers
23 views

excel addin taking forever to build in visual studio 2010

Does visual studio hit some server somewhere when building an excel addin? Since Sep 28 2011, I have noticed that just creating a default excel addin takes several minutes to build every time. Does ...
0
votes
1answer
30 views

Replacing Open File Dialog in Excel XP with a COM Add-in

I am working on a C# add-in for Excel XP for which I need to handle file open and save events with my own dialogs. I managed to do this for save by (basically) handing the WorkbookBeforeSave event on ...
0
votes
1answer
66 views

VBA Add-Ins Question

I want to run my code when add-in loads. (Open excel file -> load addin -> run code) But I have a problem with event handler. I don't know what kind of event handler I need use and how to load ...
0
votes
0answers
129 views

Excel 2011 - 'Sub or Function not defined' error for sub defined in add-in [closed]

I'm currently doing beta testing in Excel 2011 of a custom add-in, which consists of 4 separate modules and a couple forms. It works perfectly in all previous versions of Excel for both Mac and ...
0
votes
1answer
86 views

How to conduct performance test on custom Excel add-in and automation functions

According to MSDN, http://msdn.microsoft.com/en-us/library/dd293540.aspx, Visual Studio Professional is not supported in terms of performance and stress testing. I am hoping some one here can suggest ...
0
votes
1answer
618 views

Simple C# Excel Add-In Ribbon Button to Color Cells

First, a big thank you to anyone that read this question and can help. I'm sing VS2010 and I've created a Excel 2007 Add-In Project using the wizard, then I added a new folder to my project called ...
0
votes
1answer
165 views

How to solve this error, “The base class 'Microsoft.Office.Tools.Ribbon.RibbonCollectionBase' cannot be designed”

Whenever I try to add a new ribbon into my Excel 2010 addin project, I get the following warning message The designer could not be shown for this file because none of the classes within it can ...
0
votes
2answers
562 views

.NET Framework 4 installFailed

VS2010, C#, ExcelDNA, NetOffice, Visual Studio Setup project My addin target 64 bit Excel requires .NET 4 client profile. When I build installer (VS Setup project), I put .NET 4 client profile in ...
0
votes
0answers
53 views

Excel sheet data binding with external data base?

I develop excel addin using visual studio 2010 c# , The question is : is there any way to bidirectionally bind data base or object data structure to excel sheet I mean: When I change data base ...
0
votes
0answers
22 views

Is it safe to call the excel object model in a thread created in COM addins writtin in c#?

In my COM add-in I want to call into the XL object model from threads created within the addin. Specifically, I want to invalidate a ribbon button based on a timed event. If I use the Timer class I ...
0
votes
0answers
111 views

Disable TeamFoundation addin in Excel programmatically

The requirement is to disable all the ribbon tabs and add a new custom tabs. When I use <ribbon startFromScratch="true"> in my Ribbon.xml it disables all the tabs. But I can see the Team ...

1 2