How to put the value form cell into the msgbox

F

Frank Kabel

Hi
msgbox activecell.value

or if you have a date you may use something like
msgbox format(activecell.value,"MM/DD/YYYY")
 
J

Jacek

Hi everybody,
I would like to create the msgbox, which shows the value (exactly the date)
of one selected
cell. If smb would help me I will be grateful. I don't know how to make the
link to the cell.
best regards,
Jacek
 
Top