form output
From: Elizabeth (eliz_at_houston.rr.com)
Date: 10/01/04
- Next message: Bill Foley: "Re: How to have multiple presentations, with different slide masters,."
- Previous message: Steve Rindsberg: "Re: Why I use PowerPoint"
- Next in thread: David M. Marcovitz: "Re: form output"
- Reply: David M. Marcovitz: "Re: form output"
- Reply: Steve Rindsberg: "Re: form output"
- Messages sorted by: [ date ] [ thread ]
Date: 1 Oct 2004 06:43:38 -0700
Hi,
I have added a form to the end on my presentation where the viewer can
request more information and the info goes into a txt file. (with help
from this group, I might add) Can I get it to put the information for
each user on one line instead of in a column so that I can easily
import it into Excel when I'm done?
The script I have looks like this:
objTS.WriteLine "Name = " & Me.TextBox1.Text
objTS.WriteLine "Address = " & Me.TextBox2.Text
objTS.WriteLine "City St Zip = " & Me.TextBox3.Text
and comes out like this
Name = Elizabeth
Address = my street
City = Houston
I'd like it to come out like this:
Name=Elizabeth Address=my street City=Houston
Name=Next Person Address=thier street City=some town
can this be done somewhat easily?
thanks,
Elizabeth
- Next message: Bill Foley: "Re: How to have multiple presentations, with different slide masters,."
- Previous message: Steve Rindsberg: "Re: Why I use PowerPoint"
- Next in thread: David M. Marcovitz: "Re: form output"
- Reply: David M. Marcovitz: "Re: form output"
- Reply: Steve Rindsberg: "Re: form output"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|