Hi Everyone,
I have a macro that mimics pressing F2 & Enter to reformat the cells.
Sub F2_Enter()
Dim NUM As Integer
Dim c As Range
On Error Resume Next
NUM = Application.InputBox(Prompt:="Repeat how many times?", Title:="Choose", Default:=Selection.Count, Type:=1)...