How do you determine sheet name in .GotSheetData event

Hi everyone,
If I read multiple sheets from one spreadsheet on one Screen, how can I determine the sheet name in the .GotSheetData event?
Is this possible?
Obviously I could use a global variable that is set to the most recently read sheet name and check that variable in the .GotSheetData event, but I'm wondering if there is a more elegant solution?

I would use separate Spreadsheet components for the different sheets, assuming they track different entities.

Search this board for Marathon for my sample.

1 Like

Thank you :slight_smile: that helps!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.