|
-
Jul 8th, 2004, 08:53 AM
#1
Thread Starter
New Member
how can i initialize a SUB in another private sub???
i programmed private sub btnDatenAnzeigen_Click
and it became too long because when i compiled it the compiler said "Sub or Function too long"
so i created another sub, but how can i initialize it in the other sub??
please help me
thx, alex
-
Jul 8th, 2004, 09:17 AM
#2
Re: how can i initialize a SUB in another private sub???
Originally posted by alexschiefert
VB Code:
private sub btnDatenAnzeigen_Click
other_half
end sub
private sub other_half()
'---- other half
end sub
Or recode your code to make it smaller (loops etc)
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|