finaljustice
Board Regular
- Joined
- Oct 6, 2010
- Messages
- 175
Hello all, this is probably a really quick fix but, i've been trying to insert a formula through vba into a cell.
For some reason I keep getting a error.
any suggestions to solve this?
Thanks a million.
Code:
Range("C2").Formula = "=MID(B2;FIND(" - ";B2;1)+2;LEN(B2)-FIND(" - ";B2;1)-5)"
For some reason I keep getting a error.
any suggestions to solve this?
Thanks a million.