View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default In excel can I display a cell based on a calculation (eg M(14/2)?

Display where?

msgbox activesheet.cells(cint(14/2),13).value

--
Tim Williams
Palo Alto, CA


"rnrxtreme" wrote in message ...