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

Jean-Guy Marcil

(e-mail address removed) was telling us:
(e-mail address removed) nous racontait que :
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 can use Visual Studio to develop Add-ins in VB, C++ or C#.

--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 
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

(e-mail address removed) was telling us:
(e-mail address removed) 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
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

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