View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default How to put the value form cell into the msgbox

Hi
msgbox activecell.value

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


--
Regards
Frank Kabel
Frankfurt, Germany


Jacek wrote:
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