Answered by:
Colouring Text like VBA

Question
-
Is there an automated way/format,whatever that when I paste in VBA code into a Word 2013 document that it will colour it the same as it does in VBA. SQL Statement colouring option would be good too.
Thanks
Toni
Toni Chaffin aka Talisa
- Edited by TSRC Thursday, May 23, 2013 12:24 PM spelling mistake
Thursday, May 23, 2013 12:23 PM
Answers
-
NotePad++ is a free code editor.
You can copy code or SQL into the editor and display it with formatting:
You can print the code, or you can copy the formatted text to the clipboard and paste it elsewhere, using the NPPExport plugin (installed by default):
Regards, Hans Vogelaar
- Marked as answer by TSRC Thursday, May 23, 2013 1:44 PM
Thursday, May 23, 2013 12:48 PM
All replies
-
NotePad++ is a free code editor.
You can copy code or SQL into the editor and display it with formatting:
You can print the code, or you can copy the formatted text to the clipboard and paste it elsewhere, using the NPPExport plugin (installed by default):
Regards, Hans Vogelaar
- Marked as answer by TSRC Thursday, May 23, 2013 1:44 PM
Thursday, May 23, 2013 12:48 PM -
Hans, is there nothing that you don't know????? :)
Thanks for the answer, I will try a find it now
T
Toni Chaffin aka Talisa
Thursday, May 23, 2013 1:29 PM -
The first word in my previous reply is a link to the NotePad++ website.
Regards, Hans Vogelaar
Thursday, May 23, 2013 2:01 PM -
I noticed, thanks again, exactly what I wanted
T
Toni Chaffin aka Talisa
Thursday, May 23, 2013 2:12 PM