Variable path to library?
Mon, 23 Jun 2008 06:38:02 -0700
I am Declaring a function from an external library that exists in different
directories on a number of users computers. I have successfully found the
programs directory entry in the registry and I can pull that value, but it
does not look like I can specify the path to the library in the declare
statement w ...
|
code singing certificate for Macro
Thu, 19 Jun 2008 19:22:32 -0700
...
|
Word VSTO get a range for each page of a document
Thu, 19 Jun 2008 09:57:01 -0700
I'm experiencing some trouble to solve this issue:
I want to loop through a Word document and get for each page a range that
covers exactily the entire page.
I know that exists a goto method that lets to simply navigate through pages,
but the range that returns is an empty range that covers only the beginning ...
|
Help Sendkeys
Thu, 19 Jun 2008 10:59:55 +0200
Hello,
someone know an alternative way to the Sendkeys?
Thanks ...
|
What is Microsoft's web service strategy for MS office products?
Wed, 18 Jun 2008 21:30:35 -0500
Hi everyone,
Can anyone summarize how Microsoft Office 2007 products will consume web
services?
Thanks!
Stephen
...
|
PowerPoint ActivePresentation.Save() - No Save Dialog
Wed, 18 Jun 2008 08:18:04 -0700
I'm writing an Office 2007 addin, in which if a user performs an action I
wish to prompt the user to save the file locally (if it hasn't already)
before continuing the action.
I call ActivePresentation.Save(), which (for a previously unsaved
presentation) dumps the file to the application root folder withou ...
|
hidden objects in 2007
Tue, 17 Jun 2008 23:31:18 +0200
I was very suprised when realized that there are lots of hidden objects for
use in powerpoint VBA. does anybody know is it although possible to use
them.
for example, in 2003 it was possible to refere to diagram in slide, but now
it is not possible? How to solve the problem?
thanks for any suggestion.
Ivo ...
|
|
|
Changing font in a TOA field code
Tue, 17 Jun 2008 10:26:01 -0700
Hi,
I have a method in C# which is trying to change the font from unformatted to
either italics or underline in a TA field code.
I'm doing:
Application.Selection.Range.Font.Italic == 1;
and it keeps reverting back to -1 as the value for italic so the font
remains unformatted. Does anyone know how I ca ...
|
charts in Powerpoint VBA
Tue, 17 Jun 2008 17:32:41 +0200
Hello there!
Please, can anyone tell me is there any way to reference to chart in
powerpoint slide? I've looked in help but there was nothnig useful. For
example how i want to know how many data series are there on my chart?
thanks for any suggestions!
...
|
Problem in Excel grouping
Mon, 16 Jun 2008 21:29:10 -0700
Hi,
I am generating report in excel sheet programmatically using C#.
Now i am grouping the rows based on some criteria.
rows in excel is organized as:
Agent
Row1
Row2..
Dealer1
Row1
Row2..
SubDealer
Row1..
Dealer2
...
|