Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to repeatedly set the format in word?
#12
Can I run the macro of created by VBA in QM? Smile
If someone makes a tool, I can convert the VBA macro into QM code, it's great Idea


Sub SelectRange()
Dim rngParagraphs As Range
Set rngParagraphs = ActiveDocument.Range( _
Start:=ActiveDocument.Paragraphs(1).Range.Start, _
End:=ActiveDocument.Paragraphs(4).Range.End)
rngParagraphs.Select
End Sub


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)