a list of title block information in an excel file

Hi,

I've done this in the past but I can't remember how I did it. I'm sure there is a better way now. 

What we need is to be able to grab the title block information from our drawings and have that information listed in an Excel file or a Word document. 

I remember placing a .bat in the same folder as the drawings and then choosing the run macro button (or something like that) in one open file. This would create a list of all the drawings in that folder.

In other words. My engineer wants a list of the names of the drawings in an excel file. (Not the file names. But the names of each drawing. As an example: 

230/69KV Control Room
Switchgear
PSC Panel  

They are a combination of data fields and simple text. Drawings from last century and this century.  

Thanks for any and all suggestions. 


 

Parents
  • Hi Kelly

    It is certainly possible, I can modify my title block tags directly from Excel. With CONNECT being 64-bit, you would need to have the 64-bit version of Excel if you were to consider writing your own Macro. Alternatively, you can write and use a macro within MicroStation to export and import the tag values to an intermediate storage file e.g. CSV file but I chose not to take that approach as its an additional step and I dislike seeing MicroStation open and close each DGN file.

Reply
  • Hi Kelly

    It is certainly possible, I can modify my title block tags directly from Excel. With CONNECT being 64-bit, you would need to have the 64-bit version of Excel if you were to consider writing your own Macro. Alternatively, you can write and use a macro within MicroStation to export and import the tag values to an intermediate storage file e.g. CSV file but I chose not to take that approach as its an additional step and I dislike seeing MicroStation open and close each DGN file.

Children