- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Dynamically fill out JMP data table with Excel
I'm using JMP 16 and would like to know if there was an easy way for JMP to automatically fill out the data table as I make changes to it on Excel. Right now I keep having to save each file and copy and paste my scripts over but that gets cumbersome as I make a small change in Excel.
Thanks!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dynamically fill out JMP data table with Excel
If you are willing to learn VBA (Visual Basic for Applications), you can use it to drive JMP from Excel. A VBA programming environment is built into Excel. You can drive JMP using the Automation interface. This will only work if you are on a Windows machine. The Automation guide is included in the Documentation directory of your JMP install. This is definitely more on the advanced end.
Brian Corcoran
JMP Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dynamically fill out JMP data table with Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dynamically fill out JMP data table with Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dynamically fill out JMP data table with Excel
Yes the Add In will create a new data table, but a very simple script can be run with another simple click, that will copy the scripts into the new data table, and then delete the old table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dynamically fill out JMP data table with Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Dynamically fill out JMP data table with Excel
If you are willing to learn VBA (Visual Basic for Applications), you can use it to drive JMP from Excel. A VBA programming environment is built into Excel. You can drive JMP using the Automation interface. This will only work if you are on a Windows machine. The Automation guide is included in the Documentation directory of your JMP install. This is definitely more on the advanced end.
Brian Corcoran
JMP Development