• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

elenco layer in vba

  • Thread starter Thread starter tiziano69
  • Start date Start date
Good morning, please, someone tells me why the following code doesn't work anymore.

Thank you.
the attached dvb lacked a module that sent the userform
if even in yours is so then:
1) go to vba editor (alt+f11)
2) in the project window click on any item with the right button and choose enter - form
3) in the inserted module insert for example the following sub
Code:
sub main()

load userform1

with userform1
    .show
    
end with

unload userform1

end sub
At that point you can launch the main routine

Note: from what I understood the attached dvb lists the only layers that are "freeze" in the combobox and, if chosen, "scan" them. Is everyone there what he has to do? if you, the code is certainly optimized, for what matters
 
Okay thank you, it's that I was trying it out with a design where there were no frozen layers percui lacombobox was always empty.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top