Login | |
|
 |
RE: Sending An Email - 1/4/2007 2:41:41 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
Two things. First, have you tried the script examples that you found? Second, you can convert VBA to VBS. You should be able to find some articles on the differences via google.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: Sending An Email - 1/4/2007 4:14:50 AM
|
|
 |
|
| |
StylinLancer
Posts: 57
Score: 0
Joined: 10/4/2006
Status: offline
|
So in reality, its pointless to use vbs to send an email in Outlook and just stick with the vba code I have currently?
|
|
| |
|
|
|
 |
RE: Sending An Email - 1/4/2007 4:33:12 AM
|
|
 |
|
| |
StylinLancer
Posts: 57
Score: 0
Joined: 10/4/2006
Status: offline
|
The code I posted above is what I wanted to move out of vba and into vbs. I'm trying to learn vbs rather than using vba. I've used vba for years now and I'm just getting tired of it to be honest. So I thought I would try and convert most of my vba code into vbs, which alot of my code has worked but the outlook code is the granddaddy of code.
< Message edited by StylinLancer -- 1/4/2007 4:36:52 AM >
|
|
| |
|
|
|
 |
RE: Sending An Email - 1/4/2007 4:42:25 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
Aah...in that case, it may be better to look for something else for a learning experience. It is my personal opinion that since VBS is one step further removed from the app than VBA then VBA is typically a better solution to MS Office automation when it is available.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|