Hi,
I have been using a useful VB script that goes through a spreadsheet row by row, checks for duplicate cells in that row, deletes all the duplicates and shuffles all the cells along so there are no blanks.
It looks like this:
However, I now need to perform the same operation, only on a CSV file that has 48,051 columns and therefore wont load in excel due to its 16,000 column limit.![]()
Please Login or Register to view this content.
Can I run the script from the command line on the file?
How could I go about doing this?
Thanks in advance!
Bookmarks