View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default Cell Contents as text in Msg Box

Hi
Not much change in what you have already:

MsgBox "You logged out on " & Now()

regards
Paul