Good morning,
I currently use a sub to add an input real number to any highlighted cells:
Sub AddNumberPrompt()<code style="margin: 0px; padding: 0px; font-style: inherit; font-weight: inherit; line-height: 12px;">Dim WS As Worksheet
Dim rngSel As Range
Dim Num As Double
Dim i As Long
Dim j As...