-
- Format excel sheet using c#
by Shantanu Sen
- 3 Replies
- Last post
by Andrew Whitechapel - MSFT
- Dear all
I have a project which fetch data from HTML web page and writes it into a excel sheet .
I have office 2000 installed on my PC which uses Microsoft Excel 9.0 Object Library
right now i am able to write the data in a excel sheet , but i am not able to format the sheet for some unwanted entry using the library.
Please provide some resolution
shantanu
-
- <path> is not a valid office add-in vs2005 and outlook 2003
by Mark Henneman
- 14 Replies
- Last post
by AlanW2
- Hi, i'm using vs2005 and the outlook add in to build an add-in for outlook 2003. But when I want to debug the add-in, it is not loaded by outlook. I can see the dll when i go to the com add-ins. When I want to activate it, outlook just clear the checkbox. When I want to add it manualy I get the exeption "<path> is not a valid office add-in." The frustrating part is that it was working
-
- removing customization from saved copy....
by Saurabh.Gupta
- 12 Replies
- Last post
by JommyChen
- The following works good, except for, when I open the saved copy it tries to load the Customization assembly.
Globals.ThisWorkbook.SaveCopyAs(absoluteFilePath)
I tried code to remove customization, but as per the code, no customization exists.
Any help, hugely appreciated!
If (ServerDocument.IsCustomized(absoluteFilePath)) Then 'false
ServerDocument.RemoveCustomization(ab
-
- Getting default Mso labels
by Jan Ku&#269;era
- 3 Replies
- Last post
by miloush
- Hi,
I'm sure that during developing with VSTO 2005 SE I saw somewhere functions like "getMsoLabel" and "getMsoImage"...but I can't find them anywhere now... anybody knows about them
I need to get string of built-in control / group / tab... in order to handle localized versions of office... and I hope a little this functionc could do that work..
Thanks
-
- Best practices for VSTO SE Addins
by Kulvinder
- 13 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi, I want to know that if i create an Outlook Addin, how do i make sure that it is loaded eveytime i open Outlook Lets assume that i have PIAs and eveything required installed. The problem occurs when the Outlook object is opened by an Outlook Automation e.g. Active Sync. In that case, no toolbar is loaded. Is there any way i can make sure that my toolbar is always there
Regards
Kulvi
-
- VSTO, Add-in, COM, i'm confused!
by nitm
- 12 Replies
- Last post
by Cindy Meister
- hi,
i'll start with what it is i need to do and only afterwards with the problems.
i need to create a web site (php) which represent ms word documents.
for that i decided to create a desktop application (using .net C#) that loads the word document, parse it and saves the data in a mysql database on the sites server.
in order to do that i need to have a special format for the docume
-
- Handling outlook folder events
by sgra
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- I want to handle the event when an outlook folder is deleted manually from an outlook root folder or a parent folder. Is there a way to handle such event Where do I register this event I tried the following. private void ThisAddIn_Startup(object sender, System.EventArgs e) { // Application.GetNamespace("MAPI").Folders.FolderRemove += new Microsoft.Office.Interop.Outlook.Fold
-
- Using Document Level Integration with Office 2003 and Office 2007
by SiH
- 4 Replies
- Last post
by Mats Lourenco
- I have produced a VSTO solution using VSTO2005 that works fine under Excel 2003. It works 95% in Excel 2007, but I cannot make use of the features available in VSTO2005SE for customising Ribbon Bars etc.
Also, in order to install VSTO2005 I need to have Office2003 installed on the machine. What should I do for developers who have new machines with just office 2007 installed
So I t
-
- Attaching objects to mails in outlook using c#
by dark_sleauth
- 8 Replies
- Last post
by dark_sleauth
- Ive developed an add-in to Outlook 2003 in c# using vs2003 and Vsto. In that i would like to attach an object of a user-defined class created in the project to an Outlook mail-item. This mail item is then stored on the hard-disk.
-
- VSTO 2005 SE Problems...!!!
by Galoleins
- 4 Replies
- Last post
by Galoleins
- Hi everyone! I installed recently the VSTO 2005 SE in my computer. Also I have installed VS2005 Professional. My question is: Why I don¡¯t have the office projects' 'Word Document', 'Excel Document' an so on installed on the Visual Studio 2005
Instead, I have only the adds-in of this ones.
Can Anyone tell me wich installer(s) I have to download in order to get this kind of projects (I mean 'W
-
- Excel says "Document Not Saved". How to solve?
by Virge
- 11 Replies
- Last post
by Richbloke
- Good day, all.
I've found the following issue (step by step):
Create a new Excel Template based on VSTO in Visual Studio
Remove two of three sheets from the template's workbook that VS has just generated, so your template will consist of the only one page.
Save the template and project.
Run VSTO template
Try to add a new sheet using template created in (2).
Now, drag Sheet1
-
- How to know Ribbon status in Office 2007
by Senthil Kumar Mohan
- 14 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi All,
I want to minimize a ribbon in Word 2007 if it is maximized. I am aware of Application.ActiveWindow.ToggleRibbon() function. But this toggles the state of the ribbon, where I want to toggle only if the ribbon is maximized.
at a point of time, how would I know the status of the ribbon can anybody help me in this
Thanks,
-Senthil
-
- Drop downs in excel 2007
by Dhruvan
- 7 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi, I am not sure whether this question has already been asked in the forum. I have a drop down which I am populating from my code in Visual Studio. I have a "display value" which I am providing as the item in the drop down. I also have a "store value" which is again a string and which I need to be stored along with the display value in the drop down. I thought of converting i
-
- Inactive buttons on toolbar (continuation)
by ClaudiaHelpOnVSTO
- 3 Replies
- Last post
by ClaudiaHelpOnVSTO
- Hi, I know that buttons on toolbars have to be defined on class level and have to be assigned a unique TAG property. What about the scenario when I don't know in advance how many buttons I will need to show.... how do you manage a varying number of buttons and their event handlers So fare I have come up with the following solution: // on top class level private ArrayList translationBtn_list; priv
-
- How to remove HeaderFooter?
by PaulVSTO
- 1 Replies
- Last post
by Cindy Meister
- Hi,
I'm working with C# on a VSTO project, .NET 2005 I tried to set HeaderFooter.IsHeader = false; but this is the read only value. i even tried to delete the content ThisDocument.ActiveWindow.Document.Sections[1].Headers[Microsoft.Office.Interop.Word.WdHeaderFooterIndex.wdHeaderFooterPrimary].Range.Cut(); can anyone help me Thank in advance Paul
-
- How to convert string to new mail
by abhimanu
- 9 Replies
- Last post
by Dparora
- Hi ,
I am trying to develop a project that receives new mail in the form of a continuos string separated my delimiters and also contains attachment as byte array.
How could I convert these string into my mail item and save it into my custom folder during runtime.
Thanks in advance.
Regards
Div
-
- template dot file location
by offa
- 2 Replies
- Last post
by Misha Shneerson - MSFT
- hi all,
my scenario is the following:
i have created a template file that the user can use for updating word documents.
after the user have finnished to work with the document he can saves the document in his local file system or in a network drive on another machine.
when the user saves the document localy he can open the document again and work with it with the customization. - the t
-
- Word 2002 Resources
by MillerMan
- 1 Replies
- Last post
by Cindy Meister
- Hi,
Does anyone know any good resources for Word 2002 development I'm guessing that I can't use VSTO if I'm using 2002 or can I
Thanks in advance, M
-
- Error on Auto Update
by Michael Gump
- 1 Replies
- Last post
by McLean Schofield - MSFT
- I have installed my add-in locally to setup all the registery entries and also published it out to a server. I copied over the AddIn .dll.manifest file from the published location under the version 1.0.0.0 directory. I then create another version of the add-in and deploy it to the server under 1.0.0.1. However, when I go back into Outlook add-in is not loaded. I set the VSTO_LOGALERTS=1 to get any
-
- VSTO on various platforms?
by simonmarg
- 2 Replies
- Last post
by simonmarg
- Hi there, has anybody experience in developing VSTO solutions for Excel which not only run on Windows but also on OS X (Currently called MS Office 2004 and soon 2008 as much as I heard.) What about compatibility Bugs Is there any support in general Are there any library features which won't work Thanks Simon
-
- Outlook Appointments
by Anonymousvv
- 4 Replies
- Last post
by Anonymousvv
- Hi
I am sending appointments to Outlook from an application I developed in VS2005 as in( http://support.microsoft.com/kb/220595 )
This works fine for the default calendar.
The question is how to send to a specific users calendar
Thanks
-
- HTML in Outlook meeting body
by Justin Barnes
- 9 Replies
- Last post
by Sue Mosher - Outlook MVP
- First question: If I use the outlook object model included with VS2005, is it only going to work with clients that have office 2003 installed I'm using my code to create an appointment via a web app, and can't rely on any specific version installed.
I found another way to create the file, so that isn't too much of an issue if so. But my second quesiton is:
I'd like to create a link in the b
-
- Microsoft Office Access 2003 Developer Extensions and Visual Studio 2005
by isjam
- 11 Replies
- Last post
by Bryan Ruggeri
- It's truly unbelievable that there appears to be no solution to this issue. After searching countless hours and getting caught in endless iterations following MSDN links, I still have no answer to the question that really shouldn't be that difficult.
Microsoft advertises that the Microsoft Office Access 2003 Developer Extensions are part of Visual Studio 2005. I talked with a Microsoft represen
-
- Document Name?
by Blinocac200sx
- 14 Replies
- Last post
by Scorphg
- Ok, I want to assign a the name of the currently loaded document to a variable, how would I go about doing this
-
- Open a template as a document programmtically
by kamald
- 4 Replies
- Last post
by kamald
- Hi,
i want to open a template as new document programattically in word 2007. how can I do that
Thanks,
Kamal