anil.gupta
New Member
- Joined
- Dec 19, 2009
- Messages
- 15
Hi All,
I need to store result of formula in variable.My Problem is to find "." in a cell and return its position.
DIM temp as integer
Temp= "=FIND(""."",ActiveCell)"
This is not working.
Please help. Thanks in advance.
I need to store result of formula in variable.My Problem is to find "." in a cell and return its position.
DIM temp as integer
Temp= "=FIND(""."",ActiveCell)"
This is not working.
Please help. Thanks in advance.