• [CE VBA] Text placement by origin not working as expected

    Microstation Connect V10.16.02.34 I'm familiar with Excel VBA and taking a stab at writing VBA for the first time in Microstation to populate a chart/table. (I know CE has a 'Place Table' tool but it doesn't have the functionality to do what I need…
  • [CONNECT] U13 VBA Text Placement does not recognize TextStyle Height and Width Values

    Hello, I have a problem with placing text with vba at different text height and with values. The follwoing code snipset works well in MS V8i SS10 but in CONNECT I have no idea what ist going wrong. Sub test() Dim TextElement As TextElement Dim…
  • [V8i VBA] Need to find a way to parse text from a text element

    I am looking for a method that would allow me to parse text from a selected text element and attach the parsed text to a defined general url, then I would then add the url link to the original element. I know that this is a tall order, but I cannot…
  • [v8i] Applying Rotation and Stacked Fractions to Text Elements

    Hi, I have this as original output below from a third party software. After applying my VBA code. I have this output I was able to make it swap (top and bottom dimensions). But the text element(imperial unit) are overlapping. How can I also apply…