Hi,
I am building a tool that contains a list of worksheets that the user can choose to either "Exclude" or resequence in their preferred order.
I am hoping to learn how this can be achieved using arrays and have so far developed the following:
Sub test_001()
Dim IndexCell As Range
Dim...