Thank you, Nico.
It gave me some output to work with. One thing of note: my boreholes, which were my Point# selection, were not all numeric, so it gave me errors in a few places.
1. Spaces are not allowed, so "PA 001" should be named "PA001"
2. Alpha characters following numeric characters weren't allowed, so PA341A used the error coding.
3. Non-alphanumeric characters were not allowed, such as "PA01-P"
I don't know if the output format of the Lat/Long (DMS vs DD) can be altered by the settings in Microstation, but I got DMS and needed DD. I opened the output file as a delimited csv spreadsheet and used a formula to convert it. Since I had to use that spreadsheet format to extract the Lat/Long info (for copy and paste purposes), it didn't really add any extra work.
Thanks again!