vba editor, alternatives

W

werwer

Are there alternative editors available for use inside the Excel VBA
environment.
I don't need color, typeahead(autofill?), or even debugging.

Would like to revert to the native editor when necessary.
 
K

K Dales

I assume you know you can change many options from the Tools... Options menu.
I don't know of any "plug-in" editors, but can use any text editor to create
vba code. You can even do it in NotePad. Then import it into your project
(File... Import Files, specify all files for "files of type:").
 

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