About 263,000 results
Open links in new tab
  1. How do you display code snippets in MS Word preserving format …

    Dec 23, 2008 · Starting with Office 365, I don't know maybe even for Word 2013 or 2016. It has Online Addin called "Code Format" . Install that Office Addin and in your word doc you can just …

  2. What is the best way to insert source code examples into a …

    In Word, it is possible to paste code that uses color to differentiate comments from code using "Paste Keep Source Formatting." However, if you use the pasted code to create a new style, …

  3. How to add code snippets in Microsoft Word - Stack Overflow

    May 4, 2017 · I am trying to add code snippets in Microsoft Word for my final thesis. The image below is the sample. I want to ask how to add these kind of code snippets in a word document.

  4. How to show code snippets in MS Word document as it shows in ...

    Nov 21, 2013 · 2 In Microsoft Word setup a text box (Insert > textbox) select the "format" tab, go to "fill" and choose the background color, set up a grey background, then use a monospaced …

  5. How to preserve formatting from rstudio when copy/pasting to …

    Apr 13, 2012 · I want to reproduce my code in Word 2010. The scripts were written in rstudio, and I would like to preserve rstudio's formatting when pasting into Word. Principally, I like the font …

  6. How to insert Code to Word and save as MD - Stack Overflow

    Jan 8, 2020 · How does one format code snippets (in JavaScript, Java, C#, Etc...) in Word so they keep the formatting on save as MD with Writage plugin (or any other way)? I copy form VS …

  7. Create, insert text and save a Word doc in C# - Stack Overflow

    9 I've found loads of useful documentation around creating an instance of a word doc, inserting all manner of text and formatting but cannot find anywhere something to save a document that …

  8. c# - How to copy code from Visual Studio to MS Word with EVERY ...

    Mar 17, 2019 · In my case *.XAML code is correctly copied and pasted in Word, however *.cs file for C# code is pasted as black. The only option for me is to open the *.cs file in Visual Studio …

  9. datetime - insert date in a word document - Stack Overflow

    Jan 17, 2017 · Each table contains several occurrences of the word "Datum". By double-clicking this word "Datum", this word should be replaced with the system date. And this date should be …

  10. VBA to insert new line in a word document - Stack Overflow

    Apr 15, 2022 · 0 I have the below code to insert lines in a word document. I want to enter 3 blank lines to print Line2. How to code VBA to insert 3 blank lines in a word document so that I can …