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
...
|
Node navigation with DiagramNode crashes Word?
Mon, 16 Jun 2008 13:13:58 -0700 (PDT)
I am using Word (Office 2003) to create an organisation chart. I can
create and populate the chart, but any attempts to navigate it using
the methods of the DiagramNode class (eg. NextNode, PrevNode) will
instantly crash the application. Has anyone had any success doing
this? Thanks. ...
|
Reg: not able to convert the Format Cell=text by programatically
Mon, 16 Jun 2008 05:17:01 -0700
I have written a code to Export the data from DataTable to Excel File. this
is code working fine.However, i need the Format cells=Text. The entire work
sheet should appear in Text. even when a number is inthe cell it should be
treated a Text. plz give me necessary solutions for this Code snippet.
public sta ...
|
Convert ASCII to UTF-8 through a Macro
Fri, 13 Jun 2008 06:05:00 -0700
I would like to know the method that can be used, in a macro that will
convert a text file that is in ASCII to UTF-8. The current method that is
used is to open the text document in Word Pad and save as UTF-8. When the
macro is performed in Word all of the extra characters do not show up. I
made an attemp ...
|
|
|
Problem opening a msg file using ShellExecute()
Fri, 13 Jun 2008 04:11:00 -0700
Hi,
I am trying to open a outlook msg file programmaticatlly as below in
my C++ code.
ShellExecute(NULL, _T("open"), _T("C:\\Program Files\\Microsoft
Office\\OFFICE11\\OUTLOOK.EXE"), _T("C:\\Test.msg"), NULL, SW_SHOWNORMAL);
It used to work on Outlook 2003 SP2 and before but when I installed
SP3 it is ...
|
office 2003 migration to 2007 with macro
Thu, 12 Jun 2008 19:52:59 -0700
I have a 50,000 node organization with around 10 different departments that
will migrate from Office 2003 to 2007.
Each department runs their own macro solution in 2003. Some template macros
are based on lowering security in 2003 or some are with certificates in
2003.
I am looking for best practices to migrate ...
|
Powerpoint'sentences' method: sentence delimiters?
Thu, 12 Jun 2008 11:02:12 -0700 (PDT)
Hi all,
I just came across the 'Sentences' method in Powerpoint, which returns
the selected sentences from a TextRange.
My question is, what criteria are used for determining what
constitutes a sentence, and can those be modified in vba?
I couldn't seem to find an answer in the msdn specifications or help
...
|