realbasic-nug
[Top] [All Lists]

Re: PowerPoint Automation

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: PowerPoint Automation
From: Justin Busch <pschorrdev at gmail dot com>
Date: Wed, 31 Aug 2005 11:20:27 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cMsIvNED+7GKdgepml96VbbFy7vzPh1D7qqA7md0SKgBenBK2Yidq5RVgMTo1XWiFSj+0kx1g8rcYMsSPmpV/mgArTh6ESHJTSQndo0+PzHqq1OY2qpXf9HkGXqQYWoZxFHjeRwJblhonoUBlBdZbNED+SoNv4hIFrSAMPpOqY4=
References: <79627edf05083107095d8e277 at mail dot gmail dot com> <BF3B25D1 dot 1CD09%william at realsoftware dot com>
You are correct, thank you!
  I need information on creating a new directory at a path given by code.
I have this: 
 newfolder = new folderitem( pathName + "\" + filename)
newfolder.createAsFolder
 But I get a runtime error saying the path does not exist.
 Please help!
  On 8/31/05, William Yu <william at realsoftware dot com> wrote: 
> 
> On 8/31/05 9:09 AM, "Justin Busch" <pschorrdev at gmail dot com> wrote:
> 
> > I'm trying to port a VB application to REALbasic however I am getting
> > caught up trying to convert the following lines of code:
> > Dim ppt = CreateObject("PowerPoint.Application")
> 
> Dim ppt As New PowerPointApplication
> 
> > ppt.Presentations.Open(fullpath, True, True, False)
> >
> > ppt.Presentations(1).SaveAs(newFile, ppSaveAsHTML)
> > Is this possible to do in Rb?
> > If no, what are some alternatives/suggestions?
> 
> The rest should work as it is.
> 
> 
> Regards,
> William Yu
> william at realsoftware dot com
> 
> 
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
> 



-- 
/================\
REALbasic 5.5.5
OS X 10.4.0
\================/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>