• Inserting a left click through VBA

    Hi you all, I'm trying to learn a bit of programming in microstation, but I can't seem to figure this out: I'm reworking a class I use to place cells in a drawing. Basicly the class gets a cell number from a userform, and looks up the cell, and…
  • VBA Rotate Geopak cell to view (flat)

    I need a VBA which can rotate a Geopak cell previously placed. The cell is an ellipse with a textnode in the center placed by the Geopak Labeler. When we have multiple files with multiple rotated views, it would be easier to copy tyhe cells and then…
  • Re: MarkCurrentElement

    Hmm does not seem to be working... Something I am missing. Am I making the Sub Element current in the proper way or do I do that in a different manner...? Set ee = kmGridEven.GetSubElements Do While ee.MoveNext If ee.Current.IsEllipseElement…
  • Create Cells with VBA

    Folks, I am creating a vba macro to create a lot of cells which have various components on and off and somedifferent text I am thinking to create an original Cell in memory and apply a Classto alter the cell components dynamically as the…
  • Creating repeated Cells with VBA

    Folks, I am mashing up a VBA macro to place a grid. A simple macro, nothing too difficult.. I have put together the code in such a way that each grid marker set of crosses and circles is created for each instance of the grid position.. or…