A
Annette
I started my input box and am stumped on trying to finish. I want to be
able to have the user enter a number and when the user clicks okay, the
result is that the macro will run through the spreadsheet and bold all the
numbers that match the number the the user entered.
But so far, this is all I have got! (Pretty bad because I haven't even told
it the range and the range is from A to G - help!)
Dnum = InputBox("Enter Customer ID")
If Dnum <> "" Then
cell.font.Bold = True
End If
able to have the user enter a number and when the user clicks okay, the
result is that the macro will run through the spreadsheet and bold all the
numbers that match the number the the user entered.
But so far, this is all I have got! (Pretty bad because I haven't even told
it the range and the range is from A to G - help!)
Dnum = InputBox("Enter Customer ID")
If Dnum <> "" Then
cell.font.Bold = True
End If
100")