View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wvan wvan is offline
external usenet poster
 
Posts: 5
Default use the range value from a cell to update the cell with data

I have 3 values. Value one refers to the row number, value 2 referes to the
column number and value 3 is the data I want to put in the cell. I would
like a button to use value 1 and 2 to locate the cell and put value 3 into it.

I can calculate the exact cell using Address function as follows but don't
know the code to update the value in the cell.

Thanks.