ppt2007 challenge

  • Thread starter verizon news groups
  • Start date
V

verizon news groups

Thanks to the many of you who helped me resolve several issues in my ppt2007
presentation. One problem,however, remains. Here is what I want to do:

When a client clicks a shape I need a textfile to appear in the active
window followed by the calculator. The client can then use the calculator to
make some changes in the file, save the file, close the file, close the
calculator and then be back on the slide.

I can achieve this with several hyperlinks but my preference is for the
client to click only once to accomplish this. Any ideas out there? Previous
postings asked about individual pieces of the puzzle but this is the whole
objective.

Thanks,

Vic
 
V

Victor and TJ Friedmann

No, I need to open an existing text file and no the calculator results will
be entered in the open text file by hand by the user, not automatically. In
other words, I want the calculator and opened existing text tile to be on
top of the show window so that the user can use them and then close them
manually. Changes in the text file will be made manually based on the
results from the calculator.

Vic
 
B

Bill Dilworth

Why bother with a text file? just use a multi-line textbox control on the
slide.

Bill Dilworth
 
V

Victor and TJ Friedmann

The file already exists and needs to be modified during the presentation. It
must also be accessed outside of ppt in the future.

Vic
 
V

verizon news groups

It does not because what you posted simply opens notepad, not a specific txt
file that already exists. I need to open an existing txt file. Sure the
calc.exe statement works.

Vic
 
V

verizon news groups

Thanks John, I will check gain.

Vic
John Wilson said:
Steve's code (Shell "NOTEPAD.EXE" & " " & "c:\temp\somefile.txt",
vbNormalFocus ) should open the textfile located at c:\temp\somefile.txt
Are
you sure you have a text file there? (or change the location)
--
john ATSIGN PPTAlchemy.co.uk
Custom vba coding and PPT Makeovers
Free PPT Hints, Tips and Tutorials
http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html
PPTLive Atlanta 2009
 
V

Victor and TJ Friedmann

John,

Thank you for calling my attention to his coding; I failed to read the whole
the first time. The macro works beautifully! Thank you John and Steve.

Vic
 
V

Victor and TJ Friedmann

Steve,

Between you and John I finally re-read your posting; and this time I got it.
Works great!! Thanks for your patience and for sharing your expertise!

Vic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

e-mail in ppt2007 2
auto run ppt2007 1
task bar on bottom of screen 3
ppt2007 packaged for CD 5
ppt2007 Shapes.Paste 2
ppt2007 problem 6
Odd VBA Replace behavior in PPT2007 5
VBA code in slide show mode 5

Top