add contains in the Open worksheets
Hi, Is there a way to use the Contains() function to search for a specific string in the open worksheets? I want to avoid importing all the tabs and then using Contains() to find the data table list. My preference is to use the Contains() function to only import the sheet in JMP that contains the specific string. Open(
dir_path,
Worksheets( "Test Spec & Conditions" ), // Contains( "Test") | Con
...