Thank you, I tried it but it does not seem to solve the issue. I made a simplified test with single data column in excel like this:
1. I created, saved and closed excel file.
2. I opened JMP and imported the single data column from excel with wizard.
3. I saved the script in the data table.
4. I closed JMP (without saving actual data).
5. I opened excel, added new rows with data, saved and closed.
6. I opened JMP file and run the script. I still got only the original data.
Below is a clip from the script. It seems that the script has fixed the original numbers as set values.
Import Cell Colors( 0 ),
Limit Column Detect( 0 ),
Column Separator String( "-" )
)
)
),
New Column( "1",
Numeric,
"Continuous",
Format( "Best", 15 ),
Set Values( [2, 3, 4, 5, 6, 7, 8, 9, 10, 1000, 1000, 1000, 1000, 1000] )