I have a couple hundred records that I need the first 4 characters from a certain column. I can get VBA to copy the entire cell, but I'm not sure how to tell it to only copy and paste the first four characters. Can anyone help? Thanks,
You can do this with worksheet functions (without using VBA).
If your data is in column A, then in another column, use this formula in the second row:
[COLOR=blue white]=left(a2,4)[/color]
[tt]_____
[blue]-John[/blue][/tt]
Help us help you. Please read FAQ181-2886 before posting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.