vbscript editor?

  • Thread starter Thread starter Long Nguyen
  • Start date Start date
L

Long Nguyen

I have been maintaining vbscript code for a custom Outlook form. I invoke
the script editor by having the form in Design mode then go to Form/View
Code... However the script editor is basically like the Notepad. Is there a
better editor that I could use to maintain vbscript code for a custom form?

Thanks
Long
 
No, that's the one and only form code editor. Many Outlook developers,
however, prototype and test in VBA or VB, then port the code to VBScript
with minor changes.
 
Many thanks Sue.

Regards
Long

Sue Mosher said:
No, that's the one and only form code editor. Many Outlook developers,
however, prototype and test in VBA or VB, then port the code to VBScript
with minor changes.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Back
Top