View Single Post
 
Old 04-10-2017, 07:01 PM
Amitti Amitti is offline Windows 10 Office 2010 32bit
Novice
 
Join Date: Mar 2017
Posts: 7
Amitti is on a distinguished road
Default

I figured it out.
Created a user defined type that contains two members: a table and a string. Created an array of this type and stored each table and its corresponding caption in the array elements. From there, sorting the array was straight forward.
Reply With Quote