Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Below is the .xls spread sheet- need to read from row 83(UGTX1000) to 103 (till blank) and it also read the data’s in Purple color which is linked to row 83. The same thing has to be read in multiple xls sheets.
I used where condition but it only read row 83.
Please let me know if anyone find answer.
Kindy share sample excel.
Regards
Kaushik Solanki
What is the script that you are using? Can you share that?
Script was like below to read the values in single xls sheet.
Directory;
LOAD BUNDLE,
,
,
,
,
FROM
txeappags902v\TSVLicScript\USALic\UserData\TCLICReportUser03032016040204.xls
(biff, embedded labels, header is 2 lines, table is ) Where RecNo() >= '83';
Thanks,
Hema
Hello.
This app will allow you to load multiple sheets each from the line 83 to 103.
Thnak you also to Hemalatha Boregowda who give me the idea of filtered. !
You can change
where Recno()>=1502
and Recno()<=1600
to load the appopriate lines
Best regards
Thank you Destin.
If your question is now answered, please flag the Correct Answer and possible Helpful answers.
If not, please make clear what part of your question you still need help with .