Selecting Ribbon Tab
Mon, 3 Mar 2008 04:29:04 -0800 (PST)
In Excel 2007 using VSTO 2005 SE I have added a custom tab to the
ribbon UI.
What I want to do is set this tab to be the selected tab on the
Application_WorkbookOpen event. Can someone let me know how to do
this
programically?
Thanks ...
|
New Ribbon
Mon, 03 Mar 2008 06:24:47 -0500
I am new to VSTO. I am trying to creat a custom ribbon in Powerpoint.
The problem I am having is that instead of creating a new Tab when it
run it is merging with the existing "add-In" tab of powerpoint. How
do I make i a seperate Tab? ...
|
Default button in Custom Task Pane
Sun, 2 Mar 2008 00:40:59 -0800 (PST)
I'm wondering whether there is a generic way to define a default
button within a custom task pane's user form. There is no
"AcceptButton" property like in WinForms unfortunately. Of course I
can catch the Return in all controls but this is not generic.
- Klemens ...
|
tool bar loading in word
Thu, 28 Feb 2008 12:48:01 -0800
Hi,
I have a problem with my vsto plugin
1. I have a toolbar to the mail windows,
2. Everything is fine if the work is not open
3. When the ms word is open, the tool bar added by the .net plugin is
getting loaded in the ms work instead of the compose window.
Please revert back to sadha@vantage-reporti ...
|
Pre-populate (insert) meta data in Office 2007 documents
Thu, 28 Feb 2008 10:30:48 -0800 (PST)
Consider the following scenario;
We have a document library in SharePoint 2007 with a site content type
called "Contract" associated which has several site columns in it. One
of the columns is "Customer ID".
The user browse to the document library and clicks the "New" dropdown
menu on the library toolbar. S ...
|
Choose XML Expansion Pack message
Wed, 27 Feb 2008 08:29:01 -0800
Hi
I am using the new VS2008 to develop an action pane in word, and all is
great except ....
if I open the document properties window and the select OK, the chooseXML
expansion pack message appears, WHY?
And how do I get this feature to disappear.
Any help greatly appreciated.
Regards
Laurence ...
|
multiple deployment for VSTO 3 (Visual Studio 2008) projects
Tue, 26 Feb 2008 15:13:11 -0700
I am working on a couple of addins for Word/Excel/Powerpoint. In previous
addin's that I have developed, I have had a single project, but now that the
projects are created individually and "publishing" is the preferred delivery
method, I have to make the end user install 3 separate projects.
I am presuming ...
|
|
|
Word Addin/Word Template??
Tue, 26 Feb 2008 11:05:29 -0000
Hi all
Currently I need to redevelop a set of templates for Microsoft Office Word
2003.
The old method of creating these was to use a .dot file, add the various VBA
elements into the modules, add the user forms and distribute out to users.
The problem was essentially activation, because I found the Micr ...
|
VSTO newbie: how to call method in ThisWorkbook using button in Excel
2003?
Sun, 24 Feb 2008 09:09:57 -0800 (PST)
Hi,
I'm just writing my first VSTO excel app. How can I call a method
defined in ThisWorkbook.vb? I created a button in my worksheet. Using
the click event I now want to call the method. But intellisense does
not show my method when I enter "ThisWorkbook."
Maybe I have been working too long this weekend and ...
|
Will this work?
Wed, 20 Feb 2008 10:22:38 -0800
Hello, I am looking to see whether VSTO can solve a problem we are facing.
We have a .NET 2.0 winforms app that's distributed via ClickOnce. One
of the features is that it allows you to create an appointment inside
the program based on some meta data. The appointment is then
synchronized with the user's O ...
|