Hi @Ru_eL
If you know the exact number of columns that should present .Follow these steps
- Read range the whole excel.
- Get the Count of the column
- Use Insert or delete column
- No of Columns :Whole Count - The number of column you needed
- Position : From which position you need to remove (i.e.,The number of column you needed+1 Thetype should be integer)
- Sheet Name
Eg:
Note: Demo is an integer
Regards
Sudharsan