Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
JJ Wutt
Likes
Profile
Activity
Communities
Friends
Likes
Achievements
Blog Posts
Questions
More
Cancel
RE: [V8i VBA] Open Next .dgn file
Jon Summers
If Right(oFile.Name, 3) = "dgn" Then That tells you if a three-letter file extension matches 'dgn' exactly. What if the extension is 'DGN' (i.e. upper-case DGN not lower-case dgn )? What if the project uses DGN files having a different extension? …
over 8 years ago
MicroStation Programming
MicroStation Programming Forum
RE: [V8i VBA] Open Next .dgn file
Jan Šlegr
Hi, Unknown said: It works, but I'm a novice at programming and I wonder if the code could be streamlined (better organized?) It's an eternal question if a code is good enough or can be implemented in some better way ... but at the same time what…
over 8 years ago
MicroStation Programming
MicroStation Programming Forum