| Thread | Last Post | Replies |
|
| Excel Add-in LoadBehavior is misbehaving | 10 May 2005 22:58 GMT | 2 |
Hi! I created an Excel Add-in as a Shared Add-in in C#. I used the code from http://www.codeproject.com/dotnet/excelnetauto.asp to create mine. The addin works fine when the LoadBehavior key is set to 3 (load on startup). However, it does not make any attempts to load when I set ...
|
| Future of VBA | 10 May 2005 04:25 GMT | 4 |
Looking for some solid information about the future of VBA. Will MS create a .Net version of VBA for its office products? phase it out completely? if so whats the lifecycle? etc.
|
| Newbie | 10 May 2005 04:06 GMT | 1 |
I'm wondering if someone can give me some help. I've got some Windows Control Libraries written in C#. They run great in goth IE and .Net Forms, which as I understand it are the only two places that Microsoft currently supports their running.
|
| Application Manifest Editor | 09 May 2005 23:00 GMT | 1 |
The Application Manifest Editor sample found at the below URL, does not build on Beta2. Does a version for Beta2 exist or are there simple changes that can be made to make it work for Beta2? Thanks. http://www.microsoft.com/downloads/details ...
|
| Design in 2003 and run in Excel 97 | 07 May 2005 04:53 GMT | 3 |
Is it possible to design an application using Visual Studio Tools for Microsoft Office 2003 and distribute the application to a user that has only Office 97 on their system. Will I be able to create Excel 97 spreadsheets?
|
| Can't run on Windows XP? | 06 May 2005 15:52 GMT | 2 |
I have created a VSTO Excel application using Visual Studio 2005 Beta 2. I have copied the files (under /bin/debug) to a file share and created a command file to setup the .NET security under the machine policy.
|
| VSTO for InfoPath | 06 May 2005 15:41 GMT | 8 |
Can someone confirm that VSTO will include InfoPath templates?
|
| Config file? | 05 May 2005 23:20 GMT | 4 |
I have created an Excel VSTO 2005 project using Visual Studio 2005 and have a question about the config files. I have created an App.config file in the project, but it doesn't seem to be the right file, since when I try to read a connection string from it, I get
|
| Bind Datatable to an excel worksheet | 05 May 2005 15:36 GMT | 1 |
It is possible bind a memory AdoNet Datatable to an Excel wooksheet and, after update of datatable contens (via code), view update in real time on the woorksheet? I am starting use Visual studio tool for office to make this task: it is the
|
| command bar event not firing in new document | 04 May 2005 22:41 GMT | 1 |
i have added a command bar button and successfully wired up the menu item event within the default document. However, when I open a new document, the command bar still displays button the event is no longer fired. The VS project appears to be set up for working on a single ...
|
| How can I change the name of the excel file in the solution - VSTO 2005 | 04 May 2005 22:16 GMT | 1 |
I have an excel document project and I now need to change the name I chose when I started the project. I can change the name of hte project but did not see a way to change the name of the excel file itself.
|
| Visual studio tools for office, VSTO, vs 2005B2 | 04 May 2005 01:51 GMT | 4 |
Can someone tell me if the VS2005 b2 Standard edition contains the VSTO( visual studio tools for office ) 2005 beta??? I cant seem to find the project templates for vsto... Tnx in advance.. Judith
|
| Exit Excel Programmatically | 03 May 2005 17:28 GMT | 3 |
I've created a VSTO 2003 project that takes a .CSV file and imports it into Excel, saves the workbook and then emails it out. After emailing the file I'd like for Excel to quit but I haven't figured out how, yet. At the end of the ThisWorkbook.Open event I have ThisApplicaton ...
|
| Uninstall Excel Addin | 02 May 2005 19:12 GMT | 1 |
Hello all; I have a question about the proper way to uninstall my Excel Addin (.xla file), developed with VSTO 2003. My installer will remove the proper files and directorys, and I have a
|