Storing custom lists

  • Thread starter Thread starter gimboid13
  • Start date Start date
G

gimboid13

Are custom lists stored with the spreadsheet they're used in? I'v
created a custom list to sort some character strings, saved it an
referenced it in a vba procedure. But when I've opened the spreadshee
on another PC the list is gone
 
I've found a workaround using the AddCustomList and GetCustomLis
methods. It still seems odd though that the list wouldn't already b
stored in the spreadsheet, which appears to be the case
 
Back
Top