• "Drive" Microstation Dialog box with VBA

    hi, In excel (vba) when i build a dlalogbox with text field or checkbox, i name then such as Tbox1 (for txtbox) and Chkbox3 (for checbox) so in VBA i can exploit thoses element (testing state, or modifing values) with commands like TBox1.Value…
  • If... Then... Else to check for a reference file attachment

    I have a VBA function that runs when a design file is opened and closed. However, I need to add a IF... Then... Else statement that checks to see if there is a reference file attached when the design file is opened. If the reference file is attached…