All the point files in the .dgn file to be highlighted with text (Latitude, Longitude in degree,minute,second) as shown in figure.
The VBA given in "Label-Lat & Long" of V8i-SS4 is not working.
Any step-by-step guidance will be helpful...
Attached is a routine which does not use MAP functionality. It is supplied as an example, It has been tested with some standard DGN elements, and some MX strings (P, C, L).
The annotation uses whatever the current Text style is set to.
Disclaimer - This application is supplied as-is and does not come with support.
Put the MVBA file as instructed in the link above.
Create a selection set of the elements to be annotated, and run the routine - Use the keyin VBA RUN [Label_LatLong]StartModule.Start
Label_LatLong.zip
The VBA is a Bentley Map application, and looks for Bentley Map Features (note the Class text box at the top of the form) - which MX does not have. (I have used it to place manually label selected points.)
You could always edit the code to try get the result you want.
MX Roads (V8i-SS4)
The VBA I found through following link:
communities.bentley.com/.../--label-latitude-and-longitudes-vba
What software are you using? Who created the VBA routine?