Printing PowerPoint as PDF -> Param PrintRange fails !!!
Mon, 17 Mar 2008 13:26:05 -0700
Hi there,
I'm trying to print as PDF a PowerPoint and I need to print Notes and so on.
I am having a problem with the PrintRange parameter as I am not sure how or
what to pass it.
using Microsoft.Office.Interop.PowerPoint;
// OPEN THE POWERPOINT
pptDocument = pptApplication.Presentations.Open("C:\File. ...
|
Fast way to find text in PowerPoint?
Sat, 15 Mar 2008 17:23:00 -0700 (PDT)
Hello,
I'm trying to find and highlight text in an active PowerPoint
presentation from an external application. When I follow the example
at http://msdn2.microsoft.com/en-us/library/aa172114(office.11).aspx,
it takes a few seconds to find the text in a large presentation,
presumably because I'm making all the ...
|
How to retrieve "% delay between letters" value [PowePoint automat
Sat, 15 Mar 2008 03:31:03 -0700
I need to get "% delay between letters" value in the Effects Options dialog
programatically.
[ie custom animation > right click > Effect Options... > Effect tab >
Enhancements > Animate text > "% delay between letters" ]
I searched in automation help file, MSDN and the Internet but did not find a
solution. ...
|
Threaded Word File Conversion
Fri, 14 Mar 2008 10:04:01 -0700
I have around a 1000 word files to convert from doc to html.
It's very slow. So I threaded it. When I threaded it frequently pukes, with
various error messages. Also I end up getting lots of copies of WinWord in
taskmanager after the program crashes.
I'm not an expert on Comm interop and I read this:
ht ...
|
Excel Reporting Tools
Fri, 14 Mar 2008 03:44:00 -0700
I have a small group of people in collections who spend their days creating
and parsing out excel spreadsheets containing invoice status information.
Customer, invoice, file number, amount, status (to be paid, processing, not
received by customer, etc...), and various other bits of invormation.
Creating thes ...
|
FTP Resume WinINet
Wed, 12 Mar 2008 20:16:00 -0700
Hello,
Firstly, I've checked the FTP server it it supports FTP resuming and the
REST RETR commands.
I'm not sure if this is the right place to post this, but I can't seem to
get WinINet to resume a FTP transfer. I've tried the FtpCommand using "REST"
and "RETR", but when the InternetReadFile gets data, it's ...
|
Access/Excel/Outlook/VBA/VSTO/SharePoint
Wed, 12 Mar 2008 12:17:18 -0700 (PDT)
I have a huge assignment and right now I am doing research. I need to
design basically a business tracking set of tools, either in Visual C+
+ or C# or Basic; or just Office with VBA. Basically we start a job,
and then when it is complete, I need to have it so someone can just
click a button and set a status, ...
|
|
|
SaveAs exception "Word cannot save this file because it is already
open elsewhere"
Tue, 11 Mar 2008 19:50:33 -0700 (PDT)
Hello,
I really hope that somebody can helps me. Look that code that I have:
private void WriteDOC(string FileName, List<string> Strings)
{
Microsoft.Office.Interop.Word.ApplicationClass aApp = new
Microsoft.Office.Interop.Word.ApplicationClass();
object missing = System.Reflection.Missing.Value;
ob ...
|
PowerPoint: Change the text in a text type shape via automation
Tue, 11 Mar 2008 12:06:06 -0700
Office 2003
What is the appropriate property of a textbox type shape to change the text
that appears in the shape, programmatically?
I'm creating a customized charting function, and want to create a legend on
the fly, but need to know how to change the text inside the textbox.
Dale
--
email address ...
|
Problem with automation Word.Application
Tue, 11 Mar 2008 09:13:01 -0700
when i try to open a word document with Word.Application object i have few
problems that prevent me to run a silent and continues task.
password protected documents, or documents contains macros etc... are
stopping whole procces.
if i open these documents manualy with msWord, there is a prompt alert that
req ...
|