A
Ashish
Hi,
There are some hidden columns in a Excel file.
When I open that excel file using below code and then perform some
operations on Excel file and then save the file back and view it, all the
original hidden columns are also being shown.
I do not want the original hidden columns to be visible.
_objExcel = CreateObject("Excel.Application")
_objExcel.displayalerts = False
_objBook = _objExcel.Workbooks.Open(Application.StartupPath & "\" &
strDestinationFileName)
_objWorksheets = _objBook.Worksheets
....
Thanks,
Ashish
There are some hidden columns in a Excel file.
When I open that excel file using below code and then perform some
operations on Excel file and then save the file back and view it, all the
original hidden columns are also being shown.
I do not want the original hidden columns to be visible.
_objExcel = CreateObject("Excel.Application")
_objExcel.displayalerts = False
_objBook = _objExcel.Workbooks.Open(Application.StartupPath & "\" &
strDestinationFileName)
_objWorksheets = _objBook.Worksheets
....
Thanks,
Ashish