I need to switch characters around (namely £ so it sits before the numbers which proceeds it, and taking account of any decimal place). So if I have a instance of 100£ or 75.50£ to use VBA code to switch it to £100 and £75.50.
The numbers are just examples but hopefully it illustrates it could be any price. Not all prices will have this problem, some will be correct to start with. I need this to work for the whole of column B. Could anyone help? I'm new to VBA and I'm not sure where to start with this one.
The numbers are just examples but hopefully it illustrates it could be any price. Not all prices will have this problem, some will be correct to start with. I need this to work for the whole of column B. Could anyone help? I'm new to VBA and I'm not sure where to start with this one.