![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 6
|
I need some help referencing two cells in a msgbox,this example only gives me the first cell value. Can I add a text string to this also?
Examples would be very helpfull. MsgBox Sheets("Ogden to Howell hand holes").range("I11,I10").Value |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
MsgBox "Ian " & Sheet1.Range("d1").Value & " " & Sheet2.Range("d1").Value & " Whatever" as for put a range of cell, e.g. D1:D3, I'm not sure.
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 6
|
Thanks for the example, it works good,.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|