immediate window

immediate window

dm_salamania
Participant Participant
519 Views
1 Reply
Message 1 of 2

immediate window

dm_salamania
Participant
Participant

Hi to all

 

      Good day, could anyone tell me how to code this?

    

      I have a macro that select a 3dpolyline that the coordinates of it (each vertex) appear to immediate window.

      The problem is, i what to use the value in immediate window for some problem..how to call the value from 

      immediate window?

 

 

Thanks

 

Regards.

denmark

0 Likes
520 Views
1 Reply
Reply (1)
Message 2 of 2

norman.yuan
Mentor
Mentor

By "immediate window", do you mean the immediate window in VBA IDE?

 

If so, you probably know that windows is meant for debugging the code.

 

If you are the user of the said macro, you are not supposed to care about what is shown in that window, and you are not supposed to see the immediate window.

 

If you are the programmer and write the code of the macro, then you can use whatever the information that shows in the immediate window as you wish. That is, if you can make something show in immediate window, you can make it do something else.

 

You may want to show the code of the said macro to help others understand what your actual problem is (it is probably not "how to call the values from immediate window").

 

Norman Yuan

Drive CAD With Code

EESignature

0 Likes