Origin Version (Select Help-->About Origin): origin 8 Operating System: xp
Hi, i want to make a script which renames the active workbook to the long name of another workbook in the project.
example: I have two workbooks: 1. workbook: shortname: book1 longname: MyData1 2. workbook: shortname: F1 longname: Filter1
Now the 2. workbook F1 - Filter1 is active. I want the script to search for book1 (the 1. workbook) and use the long name of this book1 to rename the active workbook to F1 - MyData1.
It should look for the short name of the 1. workbook, because its long name will be different everytime. But the short name will be always the same.
I have no clue how to rename longnames of workbooks or get longnames of other workbooks. :((