Excel equivlant
Tue, 11 Nov 2008 20:40:30 -0500
What is the Excel equivlant to this VSTO statement
Dim ActWinDocSelection As Microsoft.Office.Interop.Word.Selection =
WordAddIn1.Globals.ThisAddIn.Application.ActiveWindow.Selection ...
|
VSTO 20% of time development and 80% on deployment
Tue, 11 Nov 2008 17:14:44 -0600
I spend more time on deployment issues then developing the Office products.
As usual, it works on the develpment machines.
Why are deployments such a mess MS?
Thanks,
Schneider
...
|
Cannot resolve dependency to assembly 'Interop.Microsoft.Office.Core
Tue, 11 Nov 2008 13:47:26 -0600
Hello, I get the following error when I install my Addin, works fine on the
dev machine:
System.IO.FileLoadException: Cannot resolve dependency to assembly
'Interop.Microsoft.Office.Core, Version=2.4.0.0, Culture=neutral,
PublicKeyToken=null' because it has not been preloaded. When using the
ReflectionOnl ...
|
Excel TaskPanes multiple instances
Mon, 10 Nov 2008 10:46:55 -0500
I have written a custom TaskPane that is visible when a button in the Ribbon
is clicked. The functionality of the Ribbon and TaskPane work as expected.
The TaskPane contains a Label and Button. When the button is clicked the
label is updated. All works fine.
If I open two Excel documents and open the custom ...
|
detecting when UserControl gets focus
Sat, 8 Nov 2008 11:04:17 -0800
I've created a custom task pane on a User Control using VSTO and VS.Net
2008. In the UserControl I want to detect when focus switches back and
forth between the worksheet and the User Control. I've looked at the
GotFocus, Enter and other events for the User Control, but they don't
capture this change of fo ...
|
Primary interop assembly for Microsoft Office Word 2007
Wed, 5 Nov 2008 16:16:42 -0800 (PST)
My department is going to migrate to Office 2007 so I need to learn to
use VSTO so that I can customize the ribbon. (We're using Visual
Studio 2005)
I installed VSTO 2007 SE and ran PrimaryInteropAssembly.exe to install
the primary interop assembly for Word.
I created a new Word Add-In and added a Ribbon S ...
|
Excel 2003 solution with VSTO 2008
Mon, 3 Nov 2008 11:11:31 -0600
Hi,
I have Visual Studio 2008, Office 2007 and Office 2003.
I am trying to create a solution based on the Excel 2003 Workbook template,
but get an error saying a compatible version of Office is not installed, and
also to run a repair install of VSTO runtime.
I installed Office 2003 and I ran the repair ...
|
|
|
windows server 2008 gives error when save excel 2003 file.
Fri, 31 Oct 2008 05:53:39 +0800
I have an windows service application to create excel spreadsheet
automatically. I worked for long time, but on windows server 2008, I have
problems to make it run. It gives error when hit the line _workbook.saveas...
., the error is "System.Runtime.InteropServices.COMException (0x800A03EC):
Exception from HR ...
|
Passing parameters from win app to Word template
Wed, 29 Oct 2008 14:52:05 -0700
We are attempting to pass parameters from our application to our Word
template project. We have another project similar to this in which we used
XML files to do this functionality.
However, on our current project we wish not to continue using an external
file to hold values for the Word template project to ...
|
General Questions
Mon, 27 Oct 2008 17:37:01 -0400
I work a lot with Powerpoint Excel and Word. I am using VSTO and
VB.net 2007. This is a general question. I am not a big fan of the
ribbon bar but like the VAT less. Mostly there is no way to group
what I use most on a sinlge "Jeff" tab. I have done some programming
with VSTO and want to know is there any do ...
|