View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gerry[_7_] Gerry[_7_] is offline
external usenet poster
 
Posts: 1
Default Referencing Cells in Macros

Hi,
I have a list of numbers which I am searching through, Once I find the one I'm looking for,( eg. in Cell A8), I need to return the value in the adjacent cell,( B8), increment the value in the cell by 1 and return the new value to the cell B8. I was using the lookup function to find the number I was seeking, however, once I get the relevant value and increment it I can't sent it back to the cell it originally came from... Anybody got any ideas??? Any help would be appreciated