| Thread | Last Post | Replies |
|
| OLE DB and Access 2007 | 31 May 2007 16:11 GMT | 3 |
In previous versions of access I connected to the database in VB .NET using the OLEDB Jet 4.0 driver. This does not work for the new 2007 files. How do I connect to them?
|
| Office 2003 Basic Edition | 25 May 2007 15:35 GMT | 5 |
I've been planning on writing an Add-in for Outlook and Word using VSTO, but now I have found out that it doesn't support the Basic Edition of 2003, which all of our users have. Just wondering if there is a way around this? If not, how can I write an add-in for Outlook and Word. ...
|
| need way to put "=hyperlink" in cell | 25 May 2007 15:19 GMT | 1 |
I have a problem with putting "=hyperlink(....)" function in xls cell via c# code. During this action compiler show that there is an exception: HRESULT: 0x800A03EC.
|
| Looking for Excel samples | 25 May 2007 15:01 GMT | 1 |
I want to develop a vsto 2005 Excel application (create sheets on the fly, read date from database and write to cells, ...). Anyone knows some good samples for me to download, so I can learn it? best regards
|
| Deployment of Outlook add-in problems | 20 May 2007 20:48 GMT | 3 |
We currently have some issues regarding deployment of an Outlook 2003 add-in, written in .NET. The component seems to work fine on most of the pc's we've deployed it on. However, on two pc's (out of 10) the component doesn't seem to load. That is: in Extra's -> Options ->
|
| Scripted install, uninstall and repair problem. | 17 May 2007 13:21 GMT | 2 |
I need to be able to install, uninstall and repair Office 2007 Professional Plus, using MSP's to deliver differant configurations. I have started with the full install. My install script works correctly, but the repair and uninstall script using the Product ID from Setup.XML, ...
|
| Outlook PIA not installing | 16 May 2007 16:16 GMT | 1 |
My client has a programer writing a program to track all their techs times via Outlook, his comments are below. Outlook 2003 SP2 11.8118.8122 In a nutshell, the new Outlook Time Tracker program won't install on a users
|
| Current path of excel file | 16 May 2007 09:41 GMT | 3 |
knows anybody how I can get the path of the current excel file? Application.Path doesn't works. best reards Jan
|
| Converting a dynamically created Execl.Worksheet to Tools.Excel.Wo | 14 May 2007 16:21 GMT | 2 |
I have been struggling, googling and read so many articles and books. None helped. I am writing a business solution using MS Excel 2003 and VSTO 2005. I have an ActionPane which generates lots of Excel.Worksheet dynamically. Since
|
| Range.InsertFile - Remove extra line break. | 11 May 2007 15:03 GMT | 1 |
I'm using Range.InsertFile to insert a file into a document (identified via a bookmark) however what I need to do is once I've inserted the file I need to remove the extra linespace that word is inserting automagically - well the break is in the file.
|
| Where can I download VSTO 2003? | 06 May 2007 01:29 GMT | 2 |
Hi, all I need VSTO 2003, not 2005, not 2005 SE. Anyone give me a download link? Thanks! --
|
| How to disable recalculation in Excel ??? | 02 May 2007 09:00 GMT | 5 |
please can anybody explain (or help) why I can't disable calculation in excel with c# ? When I execute the following code: ApplicationClass excelApp = new ApplicationClass();
|