View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
L. Howard L. Howard is offline
external usenet poster
 
Posts: 852
Default Vlookup result in a message box


Pass the value of the cell containing the formula to MsgBox...



MsgBox Range("???").Value



--

Garry


Okay, that was just a test to see if you are paying attention...<g

Thanks,
Howard