![]() |
【转帖】how to tell vb which sub to run firs
how to tell vb which sub to run first
hi, i have 2 subs one is sub main () and the other is sub drawbox () and sub drawbox runs first then it creates an error if sub main runs first then it work good so is there a way of tell vb what to run first? any help will be greatly appreciated. solidworks 2006,2007,2008,2009 (office premium.) core 2 duo e6850 @ 3.00 mhz window xp pro sp3 32 bit ati firegl v7350 in vb6, submain must run first (if you choose submain in startup option - see the att. image) chris solidworks 2007 (office pro.) sp5.0 testing solidworks 2009 (pro) sp0.0 dell precision t3400 2 cpu (8500) 3.16 ghz, 3.25 gb of ram window xp pro sp2 nvidia fx 570 6.14.11.6262 i'm told that vba tries the run the first subroutine that it encounters in the default module that doesn't take any arguments. one solution is to convert all of the other subroutines to functions. there is really no significant difference between a sub and a function so it won't make any difference to your coding. sorry to misunderstanding your mesg - i thought youre writting an addin in macro, you can set which public sub to run first - see the att. image chris solidworks 2007 (office pro.) sp5.0 testing solidworks 2009 (pro) sp0.0 dell precision t3400 2 cpu (8500) 3.16 ghz, 3.25 gb of ram window xp pro sp2 nvidia fx 570 6.14.11.6262 thanks alot for your help guys. i turned the drawbox sub into a function but it still runs the functions before the sub main so i still get my error and chris i cannot find the project options in vba for solidworks. at home i have vb6 apart form solidworks and there i seen the same thing your picture shows me and that is what i am looking for so could you tell me where it is? solidworks 2006,2007,2008,2009 (office premium.) core 2 duo e6850 @ 3.00 mhz window xp pro sp3 32 bit ati firegl v7350 this is the wierdest macro ever if you run it whith the run button it works but if you make a button for it then it does not run it has an error because it does not run sub main first it runs the functions first. i have attached the macro if someone wants to see for them self. solidworks 2006,2007,2008,2009 (office premium.) core 2 duo e6850 @ 3.00 mhz window xp pro sp3 32 bit ati firegl v7350 edited: 09/30/2008 at 07:30 am by ben guenther do you have more than one module? it looks in the default module (the one that opens when you edit the macro. no forms just one module solidworks 2006,2007,2008,2009 (office premium.) core 2 duo e6850 @ 3.00 mhz window xp pro sp3 32 bit ati firegl v7350 answer rmb on any solidworks menu and select "customize ..."\ click on commands tab and select macro drag the "new macro button" and drop on any toolbar you want a dialog box (as the one i attached in the earlier mesg) appears to let you select things such as image, macro and defaul sub chris solidworks 2007 (office pro.) sp5.0 testing solidworks 2009 (pro) sp0.0 dell precision t3400 2 cpu (8500) 3.16 ghz, 3.25 gb of ram window xp pro sp2 nvidia fx 570 6.14.11.6262 your solidworks must be different than mine i am using 2008 s.p 4 and in my window i cannot choose a sub i can only choose a module and i only have one in this macro so that is the only one available solidworks 2006,2007,2008,2009 (office premium.) core 2 duo e6850 @ 3.00 mhz window xp pro sp3 32 bit ati firegl v7350 i don't have sw2008 on my computer - someone here should verify this for me thx, chris solidworks 2007 (office pro.) sp5.0 testing solidworks 2009 (pro) sp0.0 dell precision t3400 2 cpu (8500) 3.16 ghz, 3.25 gb of ram window xp pro sp2 nvidia fx 570 6.14.11.6262 |
所有的时间均为北京时间。 现在的时间是 05:22 AM. |