A Alexey Dec 18, 2007 #1 Hi I have acolumn and i need to remove the first charatcter of each cell in this column. is there an easy way to to do this please? A
Hi I have acolumn and i need to remove the first charatcter of each cell in this column. is there an easy way to to do this please? A
A Alexey Dec 18, 2007 #3 Thanks A Don Guillett said: for each c in range("a2:a22") c.value=right(c,len(c)-1) next c -- Don Guillett Microsoft MVP Excel SalesAid Software (e-mail address removed) Click to expand...
Thanks A Don Guillett said: for each c in range("a2:a22") c.value=right(c,len(c)-1) next c -- Don Guillett Microsoft MVP Excel SalesAid Software (e-mail address removed) Click to expand...