Hi All,
I have a macro that does everything I need except limit character size and delete extra characters. I need to apply this limit to an entire column but I am dumb as a rock when it comes to writing code in Macros. Can some one help me please?
Hi All,
I have a macro that does everything I need except limit character size and delete extra characters. I need to apply this limit to an entire column but I am dumb as a rock when it comes to writing code in Macros. Can some one help me please?
you can use left or right function to get rid of extra characters.
Assuming A1 holds Welcome to Excel Forum and you need only starting 7 characters then you can write the code as :
the output would be Welcome![]()
Please Login or Register to view this content.
if you need the last 5 characters only then :
the output would be Forum![]()
Please Login or Register to view this content.
Last edited by xlbiznes; 02-02-2015 at 02:44 PM.
Happy Computing ,
Xlbiznes.
To show your appreciation please click *
Sorry , the post got duplicated.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks