![]() |
#2
|
||||
|
||||
![]()
You could use an autocorrect entry, but unlike the hyphens, there is no built-in function to do that.
Maybe a macro would help? Code:
Sub Macro1() Dim orng As Range Set orng = Selection.Range Do orng.Text = orng.Text & "*" If orng.Characters.Last.Information(wdVerticalPositionRelativeToPage) > _ orng.Characters.First.Information(wdVerticalPositionRelativeToPage) Then Exit Do DoEvents Loop orng.Characters.Last.Delete orng.Collapse 0 orng.Select Set orng = Nothing End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
goingvirtual | Word | 2 | 09-09-2018 02:58 AM |
Line arrow impossible to make horizontal | bgbin7444 | Word | 3 | 07-12-2018 04:20 PM |
![]() |
MikeWhite | Word | 5 | 01-20-2017 03:39 PM |
How to change the default features for AutoShape horizontal line (button 'Insert horizontal line') | 534tomasz | Word | 6 | 10-13-2016 02:33 AM |
![]() |
JamesT | Word | 3 | 10-29-2011 05:39 PM |