Re: populate a list box with different data
- From: john.9.williams@xxxxxx
- Date: 12 May 2005 04:54:17 -0700
tom,
this is how i have it
code from userform1
Private Sub CommandButton1_Click()
call results
end sub
then from the results sub
sub results ()
unload userform1
various code
userform2.show
end sub
then from userform2
Private Sub CommandButton1_Click()
call searchagain ()
end sub
sub searchagain ()
unload userform2
various code
userform1.show
end sub ()
i have check earlier from another posting that this method was ok what
do you think
john
.
- References:
- populate a list box with different data
- From: john . 9 . williams
- Re: populate a list box with different data
- From: Bob Phillips
- Re: populate a list box with different data
- From: john . 9 . williams
- Re: populate a list box with different data
- From: Tom Ogilvy
- populate a list box with different data
- Prev by Date: RE: Converting a link to a value
- Next by Date: Re: Cell Value
- Previous by thread: Re: populate a list box with different data
- Next by thread: Re: populate a list box with different data
- Index(es):
Loading