How can I switch to next worksheet while importing data using excel buffer.
*This post is locked for comments
How can I switch to next worksheet while importing data using excel buffer.
*This post is locked for comments
Thnks All
you can use
XlWrkBkReader.GetWorksheetByName(SheetName) to get a sheet and
XlWrkBkReader.SheetNames() to get all the sheet names.
you can use
XlWrkBk.Worksheets.Item(i);
Where i is the number of worksheet.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156