![]() |
![]() |
|
|||||||
| 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: Feb 2002
Posts: 42
|
I want a message box to display a message plus the following activecell.value, I also want to change to title of the box.
The help file says I can only use the full versaion of the message box if I use an expression in the prompt section. I'm lost! How do I turn my value into an expression? Andy |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
Try the following, substituting as necessary:-
MsgBox "The active cell value is " & ActiveCell.Value, vbOKOnly, "This is my title." |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|