I know that I can use Inputbox to prompt the user to select a range
Set rng = Application.InputBox( _
Title:="Number Format Rule From Cell", _
Prompt:="Select a cell to pull in your number format rule", _
Type:=8)
However when this code is executed, the inputbox will initially be empty
How can I make it so that this box will display the currenty-selected cells?