Tejas Kore
Board Regular
- Joined
- Nov 2, 2017
- Messages
- 72
- Office Version
- 365
- Platform
- Windows
Hi Friends,
I am using powershell code for splitting a CSV file because it is faster than VBA on CSVs. I am splitting the file based on one specific column. So, if any values are blank in this column , powershell is generating file named .csv.
My question is can we rename this .csv file to something like Blank.csv .
I tried wbk.Open("C:/Users/tejas/Desktop/.csv") but it gave error.
I am using powershell code for splitting a CSV file because it is faster than VBA on CSVs. I am splitting the file based on one specific column. So, if any values are blank in this column , powershell is generating file named .csv.
My question is can we rename this .csv file to something like Blank.csv .
I tried wbk.Open("C:/Users/tejas/Desktop/.csv") but it gave error.