Hi friends,
I have to convert formula into vba code for a range cell
for Eg:formula for a single cell Say C2 = LEFT(L2,FIND(" ",L2,1)-1);
I want to put this formula into vba code for range cells say C2:C
I know this Is Simple but I'm very new to this!
Any Help
Thanks in Advance......
I have to convert formula into vba code for a range cell
for Eg:formula for a single cell Say C2 = LEFT(L2,FIND(" ",L2,1)-1);
I want to put this formula into vba code for range cells say C2:C
I know this Is Simple but I'm very new to this!
Any Help
Thanks in Advance......