Outlook Add-in
Thu, 4 Sep 2008 16:33:01 -0700
I have created a ribbon add-in for Outlook 2007. It is programmed to show
up when an email is in the read frame (ribbonID ==
"Microsoft.Outlook.Mail.Read"). It shows up and the OnClick event handler
works just fine.
When this button is clicked the add-in will pass an email address to another
applicatio ...
|
need to handle Office 2003 password event
Thu, 4 Sep 2008 15:07:55 -0700 (PDT)
I'm developing an Office 2003 COM add-in which checks certain
properties of an encrypted document BEFORE the "enter password" prompt
arises. I can't find what event I need though. In Word, for example,
the DocumentOpen or ActivateWindow events come after the prompt. Any
ideas? ...
|
Custom button on the 'Send To' menu
Thu, 4 Sep 2008 12:54:01 -0700
Is it possible to add a custom button on the Office 2007 Send to menu?
Thx ...
|
Excel Addin and PDF rendering
Tue, 2 Sep 2008 00:54:05 -0700
Hi
One of our applications are an Excel 2002 Function Addin, which is used in
spreadsheet cells to display various metadata.
The Addin works well in all client installations.
The spreadsheets are contanied in a Document Handling System (Documentum)
and when ever the user decides, a PDF can be created from ...
|
Word Event returns no value
Mon, 1 Sep 2008 16:27:01 -0700
I'm using ATL and c++ to develop an Add-in for Microsoft Word. The problem
that I'm having is that the parameters for the events that I'm trying to
capture aren't being filled with data. They're essentially null. The
problem is only happening with events that pass back more than one parameter.
The events ...
|
What folder can I put my data in in a DOCX/PPTX/XLSX file?
Sat, 30 Aug 2008 19:25:21 -0600
Hi;
I added a data file to a DOCX file and it all works fine except when
Word saves the file again, it discards my data file. Where can I place
a file so it is not discarded by Word?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.th ...
|
C# Excel Add-in UDF which returns results multiple cells
Thu, 28 Aug 2008 19:50:00 -0700
Hi!
I am a beginner in writing addin. I am using C# in Visual Studio 2008. I
wish to create an addin with an user definied function where I can type in
the function in a single cell, hit enter and then the results will return in
multiple cells. I am trying to do this with a COM-automation addin.
I know ...
|
|
|
where to add a node in WordML
Wed, 27 Aug 2008 10:18:15 -0600
Hi;
As I understand it, I can add my own nodes anywhere in an Office XML
file (both Word 2003 WordML as well as the document/worksheet xml part
in a DOCX/XLSX file). Are there any rules about how/where to do this?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardRe ...
|
Default Excel 2007 -RangeFromPoint not working for shapes
Tue, 26 Aug 2008 22:22:02 -0700
I have some code that works for Excel 2003, but not for Excel 2007.
It involves monitoring the Cursor Location to check whether there is a Shape
under it and displaying a tooltip if there is.
Excel 2007 seems to treat everything under Cursor as a Range, even if the
cursor is over a Shape.
I have put VBA ...
|
PPT question
Tue, 26 Aug 2008 13:12:23 -0600
I haven't figured out a way to determine what cell the cursor is
currently in, or better yet the location of a TextRange object within
a table.
So given a Selection object, I can ask for the TextRange, but when I
ask for its parent ( which should be a TextFrame, whose parent should
be a Shape, whose parent s ...
|