I would suggest you start by exporting the Excel worksheet to a .csv file and working with that. As a VBA beginner it's quite a challenge to interact with both MicroStation and Excel in the same application. Working with a .csv file you are just dealing with a standard text file. The other advantage is processing a .csv file is much faster than processing cells in an Excel worksheet.
↧