Microsoft excel import settings.
Hi Forum,
I need a help to select "Show Import Options" while placing excel files using Script.
and then setting:
tableFormatting = TableFormattingOptions.excelFormattedTable;
I can't find the reference for the above anywhere,
Icant find the settings changed in Place option settings, when I use the below code.
with(app.excelImportPreferences){
tableFormatting = TableFormattingOptions.excelFormattedTable;
}
Please help to do this.
thanks
Dhinak.