E
Excel Nerd
Greetings,
I would like to display a range of cells in a message box. The VB
code that I'm using is:
MsgBox ThisWorkbook.Sheets("Calculation ").Range("g9:h19").value
There is something wrong with the range because when I program th
message box to display cell "g9" there's no problem. When I program th
message box to display "g9:h19" there is a problem.
Please Help...
I would like to display a range of cells in a message box. The VB
code that I'm using is:
MsgBox ThisWorkbook.Sheets("Calculation ").Range("g9:h19").value
There is something wrong with the range because when I program th
message box to display cell "g9" there's no problem. When I program th
message box to display "g9:h19" there is a problem.
Please Help...