column manipulation

  1. W

    manipulate a whole column in collection without using loop?

    Hi guys, Can I manipulate a whole column in collection without using loop? for example: Left([Collection.Column 1], 3) "Is there a way to apply to whole column without looping? cause if there are thousands of row it might take long to manipulate collection"...
Top