VSTO Excel publishing issue
Thu, 24 Jul 2008 00:28:42 -0700 (PDT)
Hi,
I have developed a VSTO Excel workbook application against Excel 2003.
I have published the project by right-clicking on the project and
choosing Publish. This worked fine for the first publish, but now the
business users have made changes to the Excel workbook, and every time
I publish another version th ...
|
I need instructions on removing an Excel VSTO 3.0 Add-In
Wed, 23 Jul 2008 13:49:06 -0400
I am using VS 2008 Professional with VSTO 3.0 and I successfully created a
trivial Excel 2007 Add-in that displays a diaog box ("Hello World!").
Now, whenever I load an Excel File (xlsx), it displays the dialog box. Can
anyone provide instructions on how I can load an Excel Workbook without
having the Add- ...
|
VSTO 3.0 runtime
Wed, 23 Jul 2008 16:17:19 +0200
Hi,
I can't seem to find the VSTO 3.0 runtime. I've tried every link I've found
on the internet and searched the microsoft website but it disapeared. All
the links I've found don't seem to work anymore.
Does someone have the right link for the runtime. The following link is'nt
working:
http://www.micro ...
|
Can't run an Outlook VSTO 2005SE add-in after reinstalling VS 2005
Mon, 21 Jul 2008 10:30:00 -0700
Hi,
I have been working on an Outlook 2007 add-in using VS 2008 and VSTO 2008.
When it came to deploy the add-in, there was a bug in VSTO 2008 runtime that
we couldn't get around (related to adding a task pane and accessing
exceptions to recurring appointment items). So, we decided to downgrade to
VSTO ...
|
InlineShapes
Sun, 20 Jul 2008 17:06:44 +0400
Use VS 2003.
in document Word 2003 exist VB-control (Forms.TextBox.1).
VB.NET:
Dim iShapes as Word.InlineShapes = docWord.InlineShapes(1)
Dim obj as Microsoft.Windows.Forms.TextBox = iShapes.OLEFormat.Object 'error
!!!!!
Dim obj2 as Microsoft.Windows.Forms.TextBox =
CType(iShapes.OLEFormat.Object, Microso ...
|
Running VBA in VSTO
Sun, 20 Jul 2008 09:01:47 -0400
I have a number of vba Macros in a powerpoint add-in called AutoRun.
I do not want to rewrite them but would like to access then on the
Ribbonbar of Office 2007. How would I "called them" from a ribbonbar
button? ...
|
Excel 2007 VSTO 3.0 C# Data Validation
Thu, 17 Jul 2008 08:53:01 -0700
Writing an Excel 2007 Document Add-In. The worksheet contains a variable
number of columns. Need to set up data validation on a column at run-time.
Note that the worksheet to bound to a ListObject which is bound to a
DataTable. The first row contains the Headers. The formula would be
something like =ISN ...
|
|
|
How do I set VSTO 2005SE Publisher, Version and contact?
Tue, 15 Jul 2008 17:44:43 -0700
I have written an Outlook 2007 add-in using VB .NET and VSTO 2005SE. My
solution has 3 projects: my add-un (duh), a SetSecurity project, and a Setup
project. When the add-in is installed on an XP PC, the add/remove programs
"support info" link shows Publisher, Version, and contact info. Can anybody
tell m ...
|
Ribbonbar Question
Tue, 15 Jul 2008 05:07:31 -0400
Not sure if this is the correct forum. Writting a ribbonbar addin in
vb2008 to change the background of an indivdual slide. This program
does it for all slides How come?
On Error GoTo NoBackgroundFound
Dim ActWinSlideRange As
Microsoft.Office.Interop.PowerPoint.SlideRange
Dim ActWinSli ...
|
Excel ListObject get Columns Map
Thu, 10 Jul 2008 10:22:02 -0700
Hi,
Can we get the mapping between a data bound ListObject and the DataTable
source at runtime?
The Vsto implementation of ListObject hides all these details and I need
them to fill the DataTable from a Range.
G.
...
|