Transfer workset from one project to another?

Hi guys, is there any routine where I can export the workset list to an Excel file and allow me to import this same workset list into another project?

Sure.

Retrieve worksets from active document. → Get workset names. → Write to Excel.

Read workset names from Excel. → Create new worksets with each name.

1 Like