S
serdar
Hi,
I have a function,
myfunction( )
which searchs for a string in a specific worksheet
W
and returns a cell's value
v
The problem is, when v is changed the cell that uses myfunction( ) is not
updated automatically.
I know this is the way functions work and maybe I'll need a different
approach. Hoping I'm clear enough, what to do?
(I may try forcing the worksheet to recalculate (how to do that btw?) but
looking for a better way.)
Thanks.
I have a function,
myfunction( )
which searchs for a string in a specific worksheet
W
and returns a cell's value
v
The problem is, when v is changed the cell that uses myfunction( ) is not
updated automatically.
I know this is the way functions work and maybe I'll need a different
approach. Hoping I'm clear enough, what to do?
(I may try forcing the worksheet to recalculate (how to do that btw?) but
looking for a better way.)
Thanks.