-
- Problem deploying Excel 2003 add-in
by RichardHamel
- 7 Replies
- Last post
by RichardHamel
- Hello, I successfully created an Excel 2003 add-in using VSTO SE on VS2k5. When I run the app in debug mode, the add-in displays properly within Excel. When I run the installer, the add-in does not appear (even on the same machine as the development environment. I ran the client troubleshooter tool and everything seems to be there. For some reason I can only get the add-in to activate when run in
-
- Is there any wait to find when text/bookmark is modified in Word?
by vitich
- 4 Replies
- Last post
by vitich
- Is there any way to find out when bookmark is added/deleted from "Word Template" addin If it it's not possible, is it possible to find out when anything is modified in Document In this case I can go trough all bookmarks and figure out which ones have been added/deleted So far I found only SelectionChanged event on Document, but it doesn't fire if you're typing, adding/deleting bookmark o
-
- Death at the first hurdle.. cannot even create an addin project
by MartinSGill
- 4 Replies
- Last post
by OmegaMan
- I'm trying to create an outlook add in.
I have a full install of Office 2003 Enterprise (including CDO).
I have a full install of VS 2005 Developer
I go to project->new C# ->office -> Outlook Add-in
Type in a name, hit return and get:
--------------------------- Microsoft Visual Studio --------------------------- Class not registered (Exception from HRESULT: 0x80040154 (REG
-
- BUG? Data Island cache not updating immediately
by DancesWithBamboo
- 8 Replies
- Last post
by DancesWithBamboo
- I have 2 Word documents that have a parent-child relationship to each other. Document B pulls a string from the data island inside of Document A using the ServerDocument (client side...no web or server here). Both documents are open at the same time. What happens is that when I update the cached string field in A, B doesn't see the updated value until after A has been closed, reopened, and then sa
-
- VSTO C# Add-In Excel In-Place Activation
by moltib
- 3 Replies
- Last post
by Cindy Meister
- Hi, The situation: - VSTO add-in for Excel - a workbook is edited in-place (Wordpad or Word) Problem: - wiring any events like Application_WorkbookActivate in the startup makes Excel hang; the shutdown or Application_WorkbookOpen events are not triggered; killing Excel and starting it again, it offers to recover the in-place edited file, meaning the OLE document was not correctly closed. - if no e
-
- Deploying Visual Studio 2005 Tools for Office Second Edition Solutions Using Windows Installer (Part 1 of 2)
by Bill Coan
- 9 Replies
- Last post
by Bill Coan
- Has anyone tried to follow along with the new article on "Deploying Visual Studio 2005 Tools for Office Second Edition Solutions Using Windows Installer (Part 1 of 2)"
The article is here:
url:http://msdn2.microsoft.com/en-us/library/bb332051.aspx
About half-way through Part 1, the following instructions appear, leaving me perplexed:
Preparing the Office Comp
-
- How do I find a cell's border format?
by r_daneel
- 3 Replies
- Last post
by r_daneel
- I am using C# + VSTO to create an application-plugin for Word 2007, and one of my requirements is to find double-lined borders and replace the text in that cell with something. There are also a few other cell border styles that I need to find. Is there any way to find a cell (or range of cells) in an active word document based on it's border I have not been able to come up with a solution to this
-
- RTF body outlook 2007 mail item
by khlem
- 2 Replies
- Last post
by khlem
- Hi all,
I am using oom. How to get rtf body from outlook 2007 mail item There are body and htmlbody properties but no rtfbody. Also, I try not to use redemption.
Thanks!
-
- ContentControlOnEnter
by radiorus
- 2 Replies
- Last post
by radiorus
- Hi, I have problem : I create complex content control (from several content controls and other text and table elements then group all this components) then I hooking ContentControlOnEnter event . All good. But some times after editing text or clicking on other controls - event(ContentControlOnEnter ) not sended any more // some code object zero = 0; Range range = app.ActiveDocument.Ran
-
- Advantage of VSTO 2005 over VSTO 2003
by Mohan Kumar Karunakaran
- 2 Replies
- Last post
by Mohan Kumar Karunakaran
- Hi,
I would like to know the key advantages of using VSTO 2005 over VSTO 2003. Also, I would like to know the drawbacks of using VSTO 2003 in office development. I will be using VSTO to develop solutions on MS Word, MS Excel & MS Powerpoint. So If someone can let me know the advantages of VSTO 2005 on these applications that will be of great help.
Thanks
Mohan
-
- Using the proofing tools with an API
by nobody1234z
- 1 Replies
- Last post
by Cindy Meister
- Is the functionality of the Microsoft Proofing Tools exposed with an API For example, I would like in a program in C or in C# to check grammatically a sentence using the microsoft grammar checker. Is this possible
-
- Excel.Application Fails when application running as a Service
by NewKev
- 4 Replies
- Last post
by Kiran Namballa
- I have a windows service application that watches a directory for a new file. When a file is dropped into the directory, the service attempts to create a new Excel.Application and load the file into a Workbook. When the code: App = new Excel.Application is called it fails with:
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the fol
-
- How to process a Office document which is encrypted by RMS
by sharpMoon
- 4 Replies
- Last post
by sharpMoon
- PS: i programme it with C#
-
- How to print a Excel Sheet "absolutely silence" ?
by JerryCai
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi everyone, I met a request which is to print a Excel Sheet "absolutely silence", I treat is as "absolutely silence" because I tried all my best just realize it with a little bit "noise": I use PrintOut method in C# of Microsoft.Office.Interop.Excel.Application to print my sheet out, with some parameters in, it works, but with a window showed which displays a lot of
-
- Notification when Iserting/Deleting Excel Rows/Columns.
by KalliMan
- 6 Replies
- Last post
by Dennis Wallentin
- Hi all,
I'm writting a simple Excell (v2003) Template, using VSTO 2005 (C#). My question is How can I determinate when the user Inserts or Deletes Row(s) or Column(s) in the sheet table. There is only "Change" event of a Sheet object whcih is raised for all changes. But I'm unable to determinate which of changes are affected only from Inserting/Deleting of Row(s)/Column(s).
-
- Failed to update customization from the specified deployment manifest.
by Denis Pitcher
- 7 Replies
- Last post
by Denis BDA
- I'm trying this again.
I've successfully created an Excel App-Level addin that supports automatic updating (details below). The issue is that I want to ensure that the addin loads from the local copy when the remote copy is unavailable.
My app.dll.manifest file is as follows:
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:as
-
- How to get Outlook mail body text using active window search in VB2005 express
by kimhoskin
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I am struggling to find out how to do this: How to get open/active Outlook mail body text into string using active window search(using the win32 api) in VB2005 express. Has anyone seen or coded this kind of thing before
Cheers Kim
-
- Text box size changing on selection.
by NastyMatt
- 1 Replies
- Last post
by Cindy Meister
- In Excel 2003 I put a simple text box on a sheet. If I select the text box it will resize slightly larger, select a cell and it will shrink.
This is screwing up a lot of apps I have brought over from 2000. Excel 2003 (11.8105.8107) SP2.
Any ideas
NM
-
- Error creating documents or templates using "SaveAs" method
by jalekz
- 2 Replies
- Last post
by jalekz
- Hello Im using VSTO SE, to create add ins for office word 2007.
Im trying to save a document, with this code:
Option 1:
--------------------
object fileNameObject = fileName;
object fileFormat = Word. WdSaveFormat .wdFormatDocument;
object missing1 = Missing .Value;
object missing2 = Missing .Value;
object LockComments = false ;
object AddToRecentFiles
-
- Outlook Addin Security Problems
by BenDowling
- 6 Replies
- Last post
by BenDowling
- I have created a VSTO 2005SE add-in for Outlook 2003. I've followed the step desribed in http://msdn2.microsoft.com/en-us/library/bb332052.aspx, and it builds, deploys, and runs without any problems. However, on a couple of machines I've been running it on I get a security error, and the add-in doesn't load. After applying the VSTO_SUPPRESSDISPLAYALERTS variable I get the error below. As I mention
-
- Need help with OL2003 and context menu
by sklett
- 7 Replies
- Last post
by srinin
- It's been 5 days now and I'm still at square one. I must being doing something very wrong in my add-in. The problem I'm having is that my add-in seems to crash (or the events are being 'disconnected' somehow) I have a simple add-in that inserts a CommandBarButton in the context menu of the MailItem list. The code inserts the button fine, but when I start to use outlook a little my code eventually
-
- Change installation path for an Add-in
by JesusSe
- 3 Replies
- Last post
by JesusSe
- Hi,
I'm trying to install an Add-in for Visio 2003, and I need to know the folder Visio is installed. First I want to search if the correct Visio version is installed, so I add a Search Condition to evaluate that and it works fine.
But now, I want to use the path where Visio has been found to set it as my Installation Default Path. I've tryed to set it with a custom action, setting assemblyf
-
- Outlook: New Massage custom UI
by Sidon
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Is it possible, and if haw can I change UI of NewMessage window What I need is to add come controls under "subject" TextBox. Witch objects i have to use for that Thanks
-
- Getting notified when a formregion (Outlook, VSTO 2005 SE) is being resized
by Raul Rosenloecher
- 4 Replies
- Last post
by Raul Rosenloecher
- Hi, is there a way to get an event / get notified when a formregion (Outlook, VSTO 2005 SE) is being resized I have to adapt the size of some column inside my MSFlexgrid. But unfortunately I can't find any event, which is called when the size of the form is getting changed. Thanks, Raul
-
- merge .xls,jpg to .doc
by ArunPulikkan
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi, I need to merge *.xls,*.jpg,*.txt files into word doc.How can we do it.ThanksArun