MicroStation CONNECT: Move to Next or Previous DGN File

Robert Högberg asked this question in the Programming Forum.   Then Ivo Blaauw asked for a version that works with MicroStation V8i. The result is a general-purpose tool that anyone might like to use, so I'm posting here.

Robert wanted a tool for MicroStation CONNECT that moves between DGN files in the same folder as your active DGN file.  We wrote a tool in MicroStation VBA to replace his BASIC macro (BASIC is not supported by MicroStation CONNECT).  A screenshot probably explains it better than me...

Next DGN File tool

The Next File tool starts by displaying the active DGN file.  The Next and Previous buttons open the corresponding file in the folder where your active DGN file is located.  You can read more about it and download  the Next File tool for MicroStation CONNECT, or the the Next File tool for MicroStation V8i

The LA Solutions website is no longer public.  Here's the VBA file...

7444.SequentialFileOpener.zip