I am trying to write a couple lines of code in VBA, here is what the VB.Net version of the code looks like.
<code class="keyword"></code>
<tbody>
</tbody>
<tbody>
</tbody>
<tbody>
</tbody>
<tbody>
</tbody>
How do I write these lines of code in VBA? VBA does not have the "<<=" operator and does not have the .Add property of an array. Any help would be greatly appreciated.
<code class="keyword"></code>
<code class="plain"></code> |
<tbody>
</tbody>
<code class="spaces"> ThisVariable</code><code class="plain"> <<= 8</code> |
<tbody>
</tbody>
<code class="spaces"></code><code class="plain"> </code> |
<tbody>
</tbody>
<code class="spaces"> </code><code class="plain">Variable.Add(ThisVariable)</code> |
<tbody>
</tbody>
How do I write these lines of code in VBA? VBA does not have the "<<=" operator and does not have the .Add property of an array. Any help would be greatly appreciated.