View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kent kent is offline
external usenet poster
 
Posts: 37
Default Return value from first row

Does anybody know how to return the value (maybe in a msgBox) from first row in the column where the curser is placed ? If I use "activecell.End(xlUp).value" then it will not go all the way to the top if there is some blank cell.