View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Humphrey Humphrey is offline
external usenet poster
 
Posts: 22
Default Relative cell value in function

I have a large spreadsheet the uses a function to calculate the cell value.
I have two questions;
* is it possible to determine the value in the cell before the function is
run?
* is it possible to determine the value in the cell immediately to the left?

I've tried using ActiveCell.Offset but the result is always coming back as
Empty. Any thoughts?

H