View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Larry Levinson[_3_] Larry Levinson[_3_] is offline
external usenet poster
 
Posts: 3
Default sometimes it takes one variable, sometimes another ...

yes, no errors. just that sometimes the listbox will pass the contents
to the variable during execution and sometimes it won't. and sometimes
its the month, sometimes its the day and sometimes its the year that
fails to get passed. However, if I click on each box, it takes the
contents ....

Thanks.


On Fri, 4 Mar 2005 08:51:04 -0800, ?B?U2hhd24gTydEb25uZWxs?=
wrote:

"Larry Levinson" wrote:
dayprompt the form has three list boxes, the_Month, the_Day, the_year


Tell us how you have the list boxes set up. Are the list values on a
spreadsheet somewhere, or do you add them programmatically? Are the values
you're trying to set the .Text property to actually in the lists?

Where does start() get called from?

And you're not getting any errors--just sporadic results?


If I had a really good sig file, this is where it would go ....