<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Jeff Dragowski's Activities</title><link>https://communities.bentley.com/members/9a0cbcc6_2d00_3cc6_2d00_448e_2d00_96ac_2d00_71f08d1a530e</link><description>Jeff Dragowski's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Breaks are not recognized when extracting graphics and building triangles</title><link>https://communities.bentley.com/products/road___site_design/f/geopak-inroads-mx-openroads-forum/131487/breaks-are-not-recognized-when-extracting-graphics-and-building-triangles</link><pubDate>Tue, 07 Feb 2017 19:56:04 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:14dca4df-a4af-4905-bbdb-768b07bc99d6</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;I am trying to append a .dat file to include breaks. &amp;nbsp;I start in DTM&amp;gt;Extract&amp;gt;Graphics, and in the &amp;quot;Extract Graphics&amp;quot; window I use the following settings: &amp;nbsp;&lt;span style="text-decoration:underline;"&gt;File Type&lt;/span&gt;: &amp;nbsp;Ascii, &lt;span style="text-decoration:underline;"&gt;File Open&lt;/span&gt;: &amp;nbsp;Append, &lt;span style="text-decoration:underline;"&gt;Feature&lt;/span&gt;: &amp;nbsp;Breaks, &lt;span style="text-decoration:underline;"&gt;Mode&lt;/span&gt;: &amp;nbsp;Extraction, No stroking, &lt;span style="text-decoration:underline;"&gt;Decimal&lt;/span&gt;: &amp;nbsp;2, &lt;span style="text-decoration:underline;"&gt;Extract&lt;/span&gt;: &amp;nbsp;Selection Set. &amp;nbsp;I select the chain that I would like to have used in my .tin as a breakline, but when I click Apply my .dat file will not append. &amp;nbsp;There are no changes to the &amp;quot;Date Modified&amp;quot; time signature of my .dat, but the lower left corner of my screen does say &amp;quot;Extract selection set complete.&amp;quot; &amp;nbsp;I then go to Build&amp;gt;Triangle and create a new .tin with my should be appended .dat, but the new tin does not have breaklines in it. &amp;nbsp;I am using MicroStation V8i (Select Series 3), Version 08.11.09.655. &amp;nbsp;Does anyone know why Extract Graphics will not recognize selected chains as breaklines?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[V8i] Is there a way to reference text into a VBA?</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/bdn-vba/105278/v8i-is-there-a-way-to-reference-text-into-a-vba</link><pubDate>Tue, 10 Mar 2015 19:26:36 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:72263493-9b3b-4a91-8390-c70355cc32b3</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;I am looking for a way to reference text within a drawing into a VBA.&amp;nbsp; For example, if I had a point numbered as 100, would it be possible to click on the point number, 100, and have it show up within my VBA?&amp;nbsp; My objective is to have this text appear in the reference ID of a URL.&amp;nbsp; My current code I am posting bellow will add a static&amp;nbsp;link to an element and will open the Edit Link window after, but before these tasks occur, I would like a selected point number&amp;nbsp;to appear in the reference ID of my URL:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;Sub Macro1()&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Dim startPoint As Point3d&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Dim point As Point3d, point2 As Point3d&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Dim lngTemp As Long&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Start a command&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;CadInputQueue.SendKeyin &amp;quot;ELEMENT CREATE LINK URL &lt;a href="http://www.google.com/THIS"&gt;http://www.google.com/&lt;span style="color:#ff0000;text-decoration:underline;"&gt;THIS&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff0000;text-decoration:underline;"&gt; IS WHERE THE REFERENCE ID WOULD APPEAR&lt;/span&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Send a keyin that can be a command string&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;CadInputQueue.SendKeyin &amp;quot;links edit&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;Send a data point to the current command&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;point.X = startPoint.X&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;point.Y = startPoint.Y&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;point.Z = startPoint.Z&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;CadInputQueue.SendDataPoint point, 1&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;CommandState.StartDefaultCommand&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Times New Roman;font-size:medium;"&gt; &lt;/span&gt;End Sub&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Control Editor</title><link>https://communities.bentley.com/products/road___site_design/f/geopak-inroads-mx-openroads-forum/109526/control-editor</link><pubDate>Wed, 05 Aug 2015 16:03:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:5c0adc09-0630-4cb3-85c9-589a7dfb45c1</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I have uploaded a few datasets from&amp;nbsp;.raw files&amp;nbsp;into a drawing only to realize a few of the control coordinates I used to import the data needed to be adjusted.&amp;nbsp; Is there a way using control editor, or something like it, to adjust the topo data and linework I already have in the drawing to match the adjusted controls?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[VBA] Object Required, need help with detect and/or create level VBA</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/105766/vba-object-required-need-help-with-detect-and-or-create-level-vba</link><pubDate>Fri, 27 Mar 2015 18:56:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:da9d195b-1803-40bd-9e49-dce5e55babb7</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have been trying to create a VBA that will detect if a level exists, if it does then set that level to active, if it doesn&amp;#39;t then create that level and set it active.&amp;nbsp; I wrote a code that I thought would work, but I am receiving a compile error saying that an object is required with the following part of the code&amp;nbsp;highlighted:&lt;/p&gt;
&lt;p&gt;Sub CreateOrActiveLevel()&lt;/p&gt;
&lt;p&gt;Dim LevelName As String&lt;br /&gt;Dim LinksLevel As Level&lt;br /&gt;Dim oLevel As Level&lt;/p&gt;
&lt;p&gt;Set &lt;span style="background-color:#ffff00;"&gt;LevelName&lt;/span&gt; = &amp;quot;Links&amp;quot;&lt;br /&gt;Set LinksLevel = ActiveDesignFile.Levels(Links).IsDisplayed&lt;br /&gt;If LinksLevel = True Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveSettings.Level = ActiveDesignFile.Levels(Links)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set oLevel = ActiveDesignFile.AddNewLevel(LevelName)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Levels.Rewrite&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveSettings.Level = ActiveDesignFile.Levels(Links)&lt;br /&gt;End If&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have already found a similar post relating to this (&lt;a href="http://communities.bentley.com/products/programming/microstation_programming/f/343173/t/88062"&gt;communities.bentley.com/.../88062&lt;/a&gt;) but despite Jon Summers always helpful and informative posts, I couldn&amp;#39;t get my own to work.&amp;nbsp; Can anyone see where I&amp;#39;m going wrong?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;P.S.&amp;nbsp; I am new to VBAs and coding, so it would be great if&amp;nbsp;answers were kept in laymans terms.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[VBA] Error 424:  Object Required</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/105540/vba-error-424-object-required</link><pubDate>Thu, 19 Mar 2015 18:14:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a06ee255-5405-4ba7-aa62-a4040530b2b6</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;Can anyone please let me know why my code is not working?&amp;nbsp; I keep receiving&amp;nbsp;Error 424:&amp;nbsp; Object Required.&amp;nbsp; I&amp;#39;m pretty new to VBA and coding so it might be something very simple.&amp;nbsp; This is what I would like my code to do:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There are text elements in a level.&lt;/li&gt;
&lt;li&gt;The text content are numbers (1, 2, 3, 4,&amp;nbsp;etc.).&lt;/li&gt;
&lt;li&gt;I&amp;nbsp;want to be able to select one text element, parse its content as a number and attach this number to a defined general URL.&lt;/li&gt;
&lt;li&gt;The result should be attached to the selected element as URL link.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is my code:&lt;/p&gt;
&lt;p&gt;Sub Init()&lt;br /&gt;&amp;nbsp; Dim oText As TextElement&lt;br /&gt;&amp;nbsp; Set oText = ElementEnumerator.Current.AsTextElement&lt;br /&gt;&amp;nbsp; Dim content As String&lt;br /&gt;&amp;nbsp; content = oText.Text&lt;br /&gt;&amp;nbsp; CreateLink content&lt;br /&gt;End Sub&lt;br /&gt;Sub CreateLink(ByVal content As String)&lt;br /&gt;&amp;nbsp; Dim strURL As String&lt;br /&gt;&amp;nbsp; strURL = &amp;quot;&lt;a href="http://www.google.com"&gt;http://www.google.com&lt;/a&gt;&amp;quot; &amp;amp; &amp;quot;/&amp;quot; &amp;amp; content&lt;br /&gt;&amp;nbsp; Debug.Print &amp;quot;My URL=&amp;quot; &amp;amp; strURL&lt;br /&gt;&amp;nbsp; CadInputQueue.SendKeyin &amp;quot;ELEMENT CREATE LINK URL &amp;quot; &amp;amp; strURL&lt;br /&gt;End Sub&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[VBA] In Need of Layman&amp;#39;s Terms</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/105488/vba-in-need-of-layman-s-terms</link><pubDate>Wed, 18 Mar 2015 16:04:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:8e942bcf-b4df-47a0-b906-77e5b723b66f</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;I have no experience with writing code of any kind.&amp;nbsp; I have been able to glean a few tips regarding how to make a VBA from reading a number of trouble shooting posts and the MicroStationVBA.chm, but can someone please answer the following questions in the most simple way they know how?&amp;nbsp; In other words, in layman&amp;#39;s terms.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp; What does the variable type Long do?&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; What is an element enumerator?&lt;/p&gt;
&lt;p&gt;3.&amp;nbsp; What does adding .Text to a variable type do?&amp;nbsp; For instance, textEl.text&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp; I know that a dimensioned variable name as a string can store text, but how do I insert that text back into my VBA?&amp;nbsp; Example:&lt;/p&gt;
&lt;p&gt;Someone has helped me get this far with figuring out how to parse text from a selection set&lt;/p&gt;
&lt;p&gt;Dim textEl As TextElement&lt;br /&gt;Set textEl = ee.Current.AsTextElement&lt;br /&gt;Dim myText As String&lt;br /&gt;myText = textEl.Text&lt;/p&gt;
&lt;p&gt;I assumed that I can now use the variable myText to insert the text that I have parsed out back into my VBA, but after trying this I found out I could not.&amp;nbsp; Can someone explain to me in layman&amp;#39;s terms how to insert a string back into my VBA?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If the language I used is off, please do not take this opportunity to make fun of me as others have, I am very new at this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;P.S.&amp;nbsp; I know about the Learning MicroStation VBA book, I cannot afford it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[V8i VBA] Need to find a way to parse text from a text element</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/105392/v8i-vba-need-to-find-a-way-to-parse-text-from-a-text-element</link><pubDate>Fri, 13 Mar 2015 22:13:47 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:bc29587b-61f5-4e2d-9105-d85dcce550b5</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I know that this is a tall order, but I cannot seem to figure this one out.&amp;nbsp; I am currently looking into the GetCustomProperty method, but I was wondering if there was a more well defined way to accomplish my task.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>VBA that can edit a link?</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/bdn-vba/105247/vba-that-can-edit-a-link</link><pubDate>Mon, 09 Mar 2015 20:43:46 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e85b9ac8-3247-45ec-a4e0-3e33419c3f51</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;Hello Everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am working with a VBA that will add a link to an element, but I would like to have the option to edit the link once I have added it to an element.&amp;nbsp; For instance, I would like to be able to&amp;nbsp;select an element, run my VBA, and then have the Edit Link window appear (see following picture).&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is my VBA so far:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Sub Macro1()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim startPoint As Point3d&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim point As Point3d, point2 As Point3d&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim lngTemp As Long&lt;/p&gt;
&lt;p&gt;&amp;#39;&amp;nbsp;&amp;nbsp; Start a command&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CadInputQueue.SendKeyin &amp;quot;ELEMENT CREATE LINK URL &lt;a href="http://www.google.com"&gt;http://www.google.com&lt;/a&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CommandState.StartDefaultCommand&lt;br /&gt;End Sub&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can VBAs self-populate?</title><link>https://communities.bentley.com/products/programming/microstation_programming/f/bdn-vba/105318/can-vbas-self-populate</link><pubDate>Wed, 11 Mar 2015 17:45:54 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:8ecc557e-759b-4859-8851-a077319dc51d</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p&gt;I would like to know if anyone has had&amp;nbsp;any success populating a VBA with text within a DGN.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If within my VBA I had the following URL to attach to an element:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[V8i] Can I combined Add Link to Element and Incremental Text?</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/105193/v8i-can-i-combined-add-link-to-element-and-incremental-text</link><pubDate>Fri, 06 Mar 2015 15:58:10 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:19db6e6a-311a-422d-9bec-d79232fff860</guid><dc:creator>Jeff Dragowski</dc:creator><description>&lt;p style="margin:0in 0in 10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;In Microstation V8i, is there a way to combine &amp;quot;Copy/Increment Text&amp;quot; and &amp;quot;Add Link to Element&amp;quot;?&lt;/span&gt;&lt;span style="font-size:medium;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size:medium;"&gt;The result I would like to see as &lt;/span&gt;&lt;/span&gt;I add URL links&amp;nbsp;to a series of&amp;nbsp;elements &lt;span style="font-family:Calibri;"&gt;&lt;span style="font-size:medium;"&gt;is something like this:&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&lt;a href="http://www.webpage.com/1"&gt;www.webpage.com/1&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;, &lt;a href="http://www.webpage.com/2"&gt;www.webpage.com/2&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;, &lt;a href="http://www.webpage.com/3"&gt;www.webpage.com/3&lt;/a&gt;, etc., as I click from element to element while adding links.&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please let me know if this can be accomplished.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>