-
- No VSTO parts in prerequesities dialog - resolved!
by kkarre
- 6 Replies
- Last post
by kkarre
- Hi, does anyone know what's wrong if I can't choose VSTO runtime or Excel 2003 PIA among the prerequesities for my setup project I use Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200)
and Microsoft Visual Studio Tools for Office 77617-168-7076001-41212
-
- Runtime error when loading VSTO outlook add in on client machine
by gnirts_modnar
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Dear Sirs/Madams, I am trying to create an outlook 2007 addin using vsto 2005 se. However, when installing on the client the installation process completes normaly, but when i start outlook my add in does not function. Checking the addins page, i see that my add in generated a runtime error: " Load Behavior: Not loaded. A runtime error occurred during the loading of the COM Add-in. " Wit
-
- VSTO excel 2003 Windows Forms backgroundWorker cross-thread problem
by Anonymous445566
- 5 Replies
- Last post
by Geoff Darst - MSFT
- Hi,
I am working on an Excel application level addin. The addin has a number of Windows Forms that the user interacts with. Some of the forms require long running operations and I have implemented the backgoundWorker pattern.
If I run the form from a standalone test case (an executable) everything operates correctly, I have verified that the callbacks for backgroundWorker_ProgressCh
-
- Excel shapes - editing / creating mixed format
by Jan Kučera
- 7 Replies
- Last post
by Jan Ku?era
- Hi,
I have a shape in Excel 2007, which looks like this:
Code Snippet
My Project
cool sheet
Project Number
Now, I would like by C# (Orcas), eventually VBA modify the individual paragraphs, like Project Number without loosing the formating.
I also need to create such formatted shapes. How
The Excel macro recording does not capture operati
-
- How to get addin install to work for non-admin users?
by PlanetWilson
- 5 Replies
- Last post
by Darryn Lavery -- MSFT
- I have built an installer for my VSTO addin which works fine under Outlook 2003 and 2007. I have code whcih sets the CAS for my add-in so it will run. The problem is that my installer won't run unless the user running it has admin privileges on the box. It displays an error saying you have to be an admin
It installs on a per user basis as you can't get the VSTO plugins to install for all user
-
- 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
-
- Add a hyperlink to an Excel sheet that references an intranet file
by BabbleBoy123
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
I'm using the following C# code to insert a hyperlink into an Excel sheet:
Code Block Range range = ((Worksheet) this.ActiveSheet).get_Range("D5" , missing); Hyperlink hyperlink = (Hyperlink) range.Hyperlinks.Add(range, " file://myintranet/ mydirectory/myfile.txt", missing, missing, "My File");
The link referenc
-
- Replacing XLA with COM Automation Add-In
by DaveThompsonLON
- 7 Replies
- Last post
by Dennis Wallentin
- Hello all, We've got a bit of a problem here that we hope you can help us with. We've just developed a COM automation add-in in Visual Studio 2005 (C#) to replace an XLA add in. To ease the conversion, we named most of the functions exported by the COM library to the same name as those in the XLA file. However, our problem is that on removing the XLA file and adding in the COM automation add-in
-
- Pass parameter to msi file from Setup.exe
by Dhananjay Pandit
- 1 Replies
- Last post
by X4U
- I have created a setup of my VSTO addin for office 2003 in VB 2005 in the default setup package. If I want to pass parameters to my msi file from setup.exe file how I can do that
Also can anybody point me to right direction where I can find answers for some questions like
1> How to handle created Installer class
2> Article describing how to create any custom setup package which inc
-
- How can I add a CommandBarButton to "ALL" Inspectors in Outlook 2003?
by Blood
- 7 Replies
- Last post
by Rubens Arandas
- New to the subject, I need to add a single command bar with one button to "All" instances of an Inspector class object, (New Message, Folder Items, etc...) Any help or code snippet would be appreciated.
Thanks in advance,
Ron |<:^)
-
- Calling .Net Class Library
by Charles Tam
- 1 Replies
- Last post
by Cindy Meister
- Is there a version of MS Access which support calls to .Net Class Library
For example, would MS Access 2007 be able to call .Net Class Library written in C++/CLI (vs2005).
-
- Excel not loading my VSTO dll
by Julie2
- 6 Replies
- Last post
by Julie2
- I have an Excel VSTO document that is deployed to about 20 different customers. My installer installs the Office PIAs and also the VSTO runtime if necessary. The installer also sets the security for the assembly to FullTrust. The user opens the special Excel document, it loads my VSTO .NET dll -- everything is happy.
Except for one customer. She clicks on her Excel document, it does not app
-
- Office 2003 Interop Assemblies vs Office 2007 Interop Assemblies
by PismoPat
- 7 Replies
- Last post
by CH-danman
- We have an Outlook add-in and have been installing the 2003 interop. That was easy as it only worked with Office 2003 or later. Now that 2007 is out, the question is which to install without having users have to make the decision.
Does Microsoft have an MSI that makes that decision and installs the correct interop
If it doesn't, it should have.
Thanks,
Pat
-
- PivotTable will not update with new range - please help
by WorksheetMonkey
- 14 Replies
- Last post
by WorksheetMonkey
- Hello all,
I am developing an excel vsto application where I am importing some XML data from a webservice on one sheet (called DataSheet) and where a Pivot table is created on a second sheet (called PivotSheet). Once the data has been imported I can then flip to the PivotSheet and create my table.
The problem occurs when I fetch new data (from webservice with different filtering opti
-
- Content control behavior
by FS2K
- 7 Replies
- Last post
by Cindy Meister
- Hi !!
I have a contentcontrol and immediately inside a table (not a paragraph before the table) and the property LockContentControl = true
Now i insert a pagebreak before then contentcontrol.
When i remove the pagebreak the contentcontrol is deleted too in spite of the property LockContentControl is set to true.
On the other hand if a paragraph is inserted just before the table w
-
- How to call stored procedure in Sql 2005 from Access 2002?
by prads
- 5 Replies
- Last post
by Cindy Meister
- Hello,
I have a stored procedure in SQL 2005 'TransferNote' which accepts one parameter. How would I call that procedure from my Access 2002 database
Thanks
-
- API or Plug in to add options to the Outlook
by Malleswar
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, Can any one please tell me API or plugin or component to add the options to outlook which is compatible for 0utlook2003 and Outlook2000. Thanks in Advance,
-
- Unable to install VSTO 2005 on system with only Office 2007
by fshrago
- 8 Replies
- Last post
by Chris Hancock
- I have setup a computer with Windows Vista RC1 and Office 2007 Beta2 TR but when I try to install VSTO 2005 it says I have not installed Office 2003 SP2 and refuses to continue.
Is there a work around for this
-
- Folder.Items.Restrict
by Pierre Savard
- 2 Replies
- Last post
by Pierre Savard
- HI I need to use th e restrict string to found item with a flag (Follow Up)
Someone know what query I must use
For the unread tag is seimple but to do a OR HAVE A FLAG = true Folder.Items.Restrict("[unread] = true") Thanks
-
- Get error on dropdown action for ribbon UI, "Callback signature mismatch" !
by m24paul
- 1 Replies
- Last post
by Dennis Wallentin
- Hi
I have an Excel 2007 plugin with new ribbon interface. I have defined ribbon xml file like this:
< tabs > < tab id = " TabDBOperations " label = " DBOpreations " > < group id = " grpAlmexa " label = " Operations " > < dropDown id = " ddDatabase " label = "Database " showLabel = " true &quo
-
- Using Performance Counter breaks Addressbook and other message windows
by Nick Randolph
- 7 Replies
- Last post
by miodrag.markovic
- In order to optimise the perfomance/usability of our application we have recently introduced a cpu performance counter. Using this counter prevents some of Outlook's windows from displaying properly. The easiest steps to reproduce this error are as follows: Repro 1 - Add the following code to an Addin (perhaps in the event handler of a button): Dim mProcessorPerformance As New System.Diagno
-
- Using Balloon ToolTips in Excel VSTO project
by sameera
- 8 Replies
- Last post
by Ji Zhou ¨C MSFT
- I'm trying to display status messages in a VSTO document level customization using balloon tooltips. Ideally they'd popup from Excel's status bar. But for now it doesn't matter. However, I'm getting null exceptions when I try to use the ToolTip class to do this.
ToolTip tip = new ToolTip ();
tip.IsBalloon = true ;
tip.Show("testing", excelWindow , 3000);
-
- Outlook 2007
by boltnia
- 11 Replies
- Last post
by boltnia
- Hi to all! I'm interested in some question about Outlook 2007. The fact is outlook can receive and send messages in .eml-format. So, application can works with it. But if I try to open manually local file *.eml - error is generated. Can I write code to open file in .eml format Thanks.
-
- Creating Word 2007 doc and template projects with VSTO SE
by kewpcg
- 7 Replies
- Last post
by Cindy Meister
- I am trying to complete the setup for a machine I am using for Word 2007 and VSTO SE development.
I did a complete reinstall of Visual Studio and VSTO after first removing VSTO CTP v3. (This is in leiu of re-imaging the machine, as the VSTO SE download details suggest might be necessary after running the CTP version).
All is well, except in order to complete the full/original VSTO installati
-
- Retrieving the COM class factory for component with CLSID
by LastHope
- 9 Replies
- Last post
by GOVOLS
- Hi, I've tried everything: I tried to uninstall the AVG antivirus, then I tried to reinstall Office...to no attempt! Nothing works anymore! But I believe I've found the error...instead of starting within VSTO, I've made a simple form containing all the buttons that my plugin had got, assigning the same methods it got...and I tried to start it, in order to test the single function... But even this