|
| Re: Macro FileSave |
 |
Sat, 29 Mar 2008 12:31:21 -050 |
If you find the tips at wpu handy then a tip there would be fine. I
think wpu has certainly be of help to many from this newsgroup. The
tips posted on this newsgroups are without need for tipping.
Regarding email attachments, if depends on the email program. I have
posted examples at wpu to use Thunderbird for attachments.
|
| Post Reply
|
| Re: Macro FileSave |
 |
Sat, 29 Mar 2008 12:34:20 -050 |
No tipping is needed for this newsgroup to operate. If you find tips at
wpu handy then a tip there would be nice. WPU has certainly been a
handy resource for this newsgroup.
For email attachments, it depends on the email Application. See wpu for
an example that I posted using Thunderbird.
|
| Post Reply
|
| Macro FileSave |
 |
Sat, 29 Mar 2008 13:17:44 -040 |
Macro FileSave
Just an update for you folks.
I settled on three lines of code as I do not really need the wpd files.
I deleted the wpd saves then added these three lines in three places and
everything is automatic now and works very well thank you.
vPath = "C:\My Folder Path\"
v=ClipboardGet
PdfDlg(vPath+ v+".pdf")
At this time I am devoting my time to learning how to send these three
pdf documents via email. Is there some manual help where I can learn how
to write the macro to send the pdf’s that I just created off to two
different emails as attachments? Two pdf's go to one email and one pdf
goes to another email.
Also, I would like to make a small financial donation for your help in
here. I noticed that there is a tips jar and a donation link on the
wpuniverse web site forum. Dose it matter which I send the money to? I
was thinking of a $25 donation and a $5 tip, but would a $25 tip and a
$5 donation put more money in the pockets of the helpers in here?
Vic
|
| Post Reply
|
| Re: Macro FileSave |
 |
Sat, 29 Mar 2008 19:56:52 GMT |
Victor:
> At this time I am devoting my time to learning how to send these three
> pdf documents via email. Is there some manual help where I can learn how
> to write the macro to send the pdf’s that I just created off to two
> different emails as attachments? Two pdf's go to one email and one pdf
> goes to another email.
I am just bringing out this para in the hope of attracting attention.
I cannot at once think of a way. It could perhaps be done using SendKeys(),
but the routine would need to be different for every email app.
If your email app accepts command line switches, then PerfectScript could
issue a command of the same general form as this, which uses an FTP app to
upload a file to a website:
AppExecute (vFTPapp+" "+ vFileSource+" "+ vFileDest)
> Dose it matter which I send the money to? [to]
> put more money in the pockets of the helpers in here?
That is a kind thought - but: no, because none of the money goes into
anyone's pocket.-)}
Kenneth's notion is a good one.
--
Good wishes!
Roy Lewis
C_Tech volunteer
(UK)
|
| Post Reply
|
|
|
|
|
|
|
|
|
|