Word Push icon button then goes to second and finally Push icon button it goes to third

SteveD 625 Reputation points
2026-07-09T21:55:12.13+00:00

Hello from Steve

Objective

I would like to please Push icon button then goes to second and finally Push icon button it goes to third

Sub Places_Input_1st()

Selection.TypeText Text:="1"

Selection.Delete Unit:=wdCharacter, Count:=1

Selection.MoveLeft Unit:=wdCharacter, Count:=1, Extend:=wdExtend

Selection.Font.Color = wdColorRed

Selection.Font.Bold = wdToggle

Options.DefaultHighlightColorIndex = wdYellow

Selection.range.HighlightColorIndex = wdYellow

Selection.MoveDown Unit:=wdLine, Count:=1

End Sub

Sub Places_Input_2nd()

Selection.TypeText Text:="2"

Selection.Delete Unit:=wdCharacter, Count:=1

Selection.MoveLeft Unit:=wdCharacter, Count:=1, Extend:=wdExtend

Selection.Font.Color = wdColorRed

Selection.Font.Bold = wdToggle

Options.DefaultHighlightColorIndex = wdYellow

Selection.range.HighlightColorIndex = wdYellow

Selection.MoveDown Unit:=wdLine, Count:=1

End Sub

Sub Places_Input_3rd()

Selection.TypeText Text:="3"

Selection.Delete Unit:=wdCharacter, Count:=1

Selection.MoveLeft Unit:=wdCharacter, Count:=1, Extend:=wdExtend

Selection.Font.Color = wdColorRed

Selection.Font.Bold = wdToggle

Options.DefaultHighlightColorIndex = wdYellow

Selection.range.HighlightColorIndex = wdYellow

Selection.MoveDown Unit:=wdLine, Count:=1

End Sub

Microsoft 365 and Office | Word | For home | Windows
0 comments No comments

Answer recommended by moderator
SteveD 625 Reputation points
2026-07-11T04:28:23.9866667+00:00

Hello from Steve

I have resolved it by renaming an earlier macro.

All the Best

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Newest
  1. SteveD 625 Reputation points
    2026-07-12T23:25:58.76+00:00

    All good

    Thank you

    All the Best

    Steve

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.