Wednesday, March 19, 2014

VBA Excel - How to Insert Column

This is example of how to insert column in an excel via VBA script:

ws.Columns("S").Insert

No comments:

Post a Comment