Re: How to set "level name" in Select By Att dialog using macro cmd?
by redbyrd <william.rydberg@[EMAIL PROTECTED]
>
Sep 19, 2007 at 09:57 AM
On Sep 19, 9:03 am, redbyrd <william.rydb...@[EMAIL PROTECTED]
> wrote:
> What is the macro cmd to select a defined level name in the Select By
> Attribute dialog box?
>
> I am using the macro recorder to develop a macro. After recording I
> get the following
>
> Sub main
> Dim startPoint As MbePoint
> Dim point As MbePoint, point2 As MbePoint
>
> ' Start a command
> MbeSendCommand "MDL SILENTLOAD SELECTBY dialog"
>
> MbeSendCommand "DIALOG SELECTBY "
>
> MbeSendCommand "SELECTBY EXECUTE "
>
> MbeSendCommand "DELETE ELEMENT "
> End Sub
>
> I want to eliminate the user having to select a level, rather I want
> to write a cmd in my macro to select a certain Level Name then execute
> something <delete> or <change attribute>
>
> thanks in advance
> redbyrd
A little quick research solved my issue....
I will post my solution a little later