
LinkedList – a class module to store list of values
‘————————————————-‘ LINKED LIST class module” This class implements a linked list structure, where you can store’ values (appending them after the last element or inserting them at’ given indexes), remove them, and visit them using recordset-like’ methods such as MoveFirst, MoveNext, and Move(n)” NOTE: make Item the default member for