Hi,
I've done some work in Access/VBA but haven't touched upon VB Scripts before.
I'm writing some code on an Outlook form...this is basic stuff but...
a) The code falls over when I use a variable type in the declaration, but Dim strVariable works for some reason.
b) How transparent are the commands from VBA to VBscript?
eg I've tried putting in an error handler...
On Error Goto ErrorHandler
ErrorHandler:
msgbox ("Error"
etc
But I get errors using this...
Apologies this is entry level stuff but everything I've ever learned in VBA appears to have gone out the window!
Tim
I've done some work in Access/VBA but haven't touched upon VB Scripts before.
I'm writing some code on an Outlook form...this is basic stuff but...
a) The code falls over when I use a variable type in the declaration, but Dim strVariable works for some reason.
b) How transparent are the commands from VBA to VBscript?
eg I've tried putting in an error handler...
On Error Goto ErrorHandler
ErrorHandler:
msgbox ("Error"
etc
But I get errors using this...
Apologies this is entry level stuff but everything I've ever learned in VBA appears to have gone out the window!
Tim