Is it possible to say view the current value of cell A3
in the inputbox
text?
This is what I'm using.
Dim strValue As String
strValue = Application.InputBox("A3 <- Is the current value, Enter new value", "Value A3")
ActiveWorkbook.Sheets("Sheet1").Range("A1") = strValue