Hey all , need urgent help.I am stuck with a VBA project because of this problem.I got a set of data which is seperated by symbol "/", the code i am trying to build is
if cell value is for eg ABC0604082/00797983 then result should be 00797983
if cell value is ABC0604082/ then result should be ABC0604082
I tried to do text to columns but the result doesn't have leading 0s, which means 00797983 is showing as 797983 & also it'll not belp me with my 2nd condition.
Please help
if cell value is for eg ABC0604082/00797983 then result should be 00797983
if cell value is ABC0604082/ then result should be ABC0604082
I tried to do text to columns but the result doesn't have leading 0s, which means 00797983 is showing as 797983 & also it'll not belp me with my 2nd condition.
Please help