Here is how i have edited your code.. what i am doing wrong... because it is not deleting the columns i want deleted
'On Error Resume Next
Dim objFSO, dataArray, clippedArray()
Set objFSO = CreateObject("Scripting.FileSystemObject")
'Create an array out of the CSV
'open the data file
Set...
This is cool i was wondering what if i wanted to delete more then one column at a time say i wanted to delete columns 6,7,9,32,67,99
how would you add this to your script? including the If intCount <> CutColumn -1 Then
change
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.