Outlook Forms

M

marco

Hi all,
I've some question about outlook forms.

1 - Is there a way to attach files on the forms?
2 - Is there a way to do sum operation like in excel in the form box?
3 - Is there a way to have a unique number on every new created form?

Thanks in advance
 
O

Oliver Vukovics [Public Shareware]

Hi marco,

what kind of forms?

Contacts, Tasks, email forms?

1.) Have a look on this site for an email template:
http://www.outlookcode.com/article.aspx?id=61

"A template can be created simply by opening a new message, adding text,
recipients, attachments, and subject, then saving it as an .oft file. To use
the template to create new messages, you simply double-click it. "


3.) "Auto Numbering Feature"
http://www.outlookcode.com/threads.aspx?forumid=3&messageid=56
2 - Is there a way to do sum operation like in excel in the form box?

I do not know, but maybe you will find an answwer on www.outlookcode.com

Maybe it helps.
 
M

Milly Staples [MVP - Outlook]

To answer the "sum" question, Michael Bauer, Outlook MVP indicates that the only way to do this is with code, either VBA or VBS.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Oliver Vukovics [Public Shareware] asked:

| Hi marco,
|
| what kind of forms?
|
| Contacts, Tasks, email forms?
|
| 1.) Have a look on this site for an email template:
| http://www.outlookcode.com/article.aspx?id=61
|
| "A template can be created simply by opening a new message, adding
| text, recipients, attachments, and subject, then saving it as an .oft
| file. To use the template to create new messages, you simply
| double-click it. "
|
|
| 3.) "Auto Numbering Feature"
| http://www.outlookcode.com/threads.aspx?forumid=3&messageid=56
|
|| 2 - Is there a way to do sum operation like in excel in the form box?
|
| I do not know, but maybe you will find an answwer on
| www.outlookcode.com
|
| Maybe it helps.
|
|
| || Hi all,
|| I've some question about outlook forms.
||
|| 1 - Is there a way to attach files on the forms?
|| 2 - Is there a way to do sum operation like in excel in the form box?
|| 3 - Is there a way to have a unique number on every new created form?
||
|| Thanks in advance
 
M

Michael Bauer [MVP - Outlook]

That depends, Milly. In the posting you're referring to someone wanted to
do:

a = a + b

which requires code. But it's possible with a formular field to do

a = b + c

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Fri, 30 May 2008 10:44:25 -0700 schrieb Milly Staples [MVP - Outlook]:
To answer the "sum" question, Michael Bauer, Outlook MVP indicates that
the only way to do this is with code, either VBA or VBS.
--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Oliver Vukovics [Public Shareware] asked:
[36 zitierte Zeilen ausgeblendet]
 
M

Milly Staples [MVP - Outlook]

Slaps head - and that is why I almost never answer any automation questions - out of my league.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Michael Bauer [MVP - Outlook] asked:

| That depends, Milly. In the posting you're referring to someone
| wanted to do:
|
| a = a + b
|
| which requires code. But it's possible with a formular field to do
|
| a = b + c
|
|
|| To answer the "sum" question, Michael Bauer, Outlook MVP indicates
|| that
| the only way to do this is with code, either VBA or VBS.
||
|| --
|| Milly Staples [MVP - Outlook]
||
|| Post all replies to the group to keep the discussion intact. All
|| unsolicited mail sent to my personal account will be deleted without
|| reading.
||
|| After furious head scratching, Oliver Vukovics [Public Shareware]
|| asked:
||
||| [36 zitierte Zeilen ausgeblendet]
 

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

Top