new to programming here. What is the best way to use Microsoft Word to write code?
Is there some sort of code editor built in? What about html?
I have already tried asking around and didn't see anything on this internet site about it.
new to programming here. What is the best way to use Microsoft Word to write code?
Is there some sort of code editor built in? What about html?
I have already tried asking around and didn't see anything on this internet site about it.
If you have already written code in a programming code editor (Notepad++, Visual Studio, Eclipse etc.) you can put the code in a Word document by following these instructions in Word:
The result looks very nice. Here are the advantages of this method:
reference : How do you display code snippets in MS Word preserving format and syntax highlighting?
However, if you want to write code, from scratch, then you should use a text editor application such as Eclipse, Notepad++ ,Visual Studio etc.
--Just trying to help--
There is of course Visual Basic for Applications (VBA) which you can access from Word and write some smart scripts in it (also you can record scripts/macros). But I'm not a real programmer. https://msdn.microsoft.com/en-us/library/office/ff604039(v=office.14).aspx