Stack Overflow Asked by Tora Garo on December 11, 2020
My goal is to create a word doc where in each letter has different fonts. Fonts will be randomly selected. Code seems working but the only problem is that I can’t get the letters append right after the previous string. It keeps making new paragraph for each letter.
wp = wd.Content.Paragraphs.Add
wp.selection.Font.Name = font
wp.selection.TypeText = letter
Here’s the result
You probably want to use the selection
property over Range
.
Try replacing
wp.Range.Font.Name = font
wp.Range.Text = letter
with
wp.Selection.font.Name = font
wp.Selection.TypeText letter
Selection
will be the current location of the cursor.
I'm not exactly sure of your intent with wp.Range.InsertParagraphAfter()
, but I don't believe it's necessary to be in the For Each . . . Next
loop.
Correct answer by K.Dᴀᴠɪs on December 11, 2020
0 Asked on January 9, 2021 by dumi-padureanu
3 Asked on January 9, 2021 by lek
0 Asked on January 9, 2021 by henry-joseph
1 Asked on January 9, 2021 by marcio
2 Asked on January 9, 2021
1 Asked on January 9, 2021 by nolan-aguirre
0 Asked on January 9, 2021 by rhcp_lean
1 Asked on January 9, 2021 by user7041266
2 Asked on January 9, 2021 by c3nturi0n2013
1 Asked on January 9, 2021 by unknown
2 Asked on January 8, 2021 by eduardoreynoso
2 Asked on January 8, 2021 by farhad
1 Asked on January 8, 2021 by jonas-arcangel
4 Asked on January 8, 2021 by abraham-arreola
3 Asked on January 8, 2021
Get help from others!
Recent Questions
Recent Answers
© 2022 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, MenuIva, UKBizDB, Menu Kuliner, Sharing RPP