Other Editor/IDE possible for VBA development?

D

data.deutrium

Hello there

Just a short question. Exists there other editors or products for Word
VBA development as the one integrated in Word?

regards
data
 
J

Jay Freedman

Hello there

Just a short question. Exists there other editors or products for Word
VBA development as the one integrated in Word?

regards
data

You _could_ write macro code in any plain-text editor and then paste
it into the VBA editor, but the built-in editor is the only way (as
far as I'm aware) to turn the plain text into running macros.

A very nice add-in that gives the built-in editor more features is
available at http://www.mztools.com/v3/mztools3.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
D

data.deutrium

You can use Visual Studio to develop Add-ins in VB, C++ or C#.

How different is this Addin Development than Macro Development for
Word? If someone has good tutorial sites how to develop a VB addin for
Word using vsual studio would be great ....

thanks

regards
data
 
J

Jean-Guy Marcil

[email protected] was telling us:
[email protected] nous racontait que :
How different is this Addin Development than Macro Development for
Word? If someone has good tutorial sites how to develop a VB addin for
Word using vsual studio would be great ....

Why are you looking for something other that the built-in VBA editor in
Word?

--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top