View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default combobox missing between excel 2000 and xp

Dickson,

Well that eliminates bad code as the reason.
Sorry, I don't know why the combobox would be missing.
I was referring to removing the word "Call" from
in front of the two statements. "Call" is normally used to
start (transfer control to) another procedure.

Regards,
Jim Cone
San Francisco, CA

"Dickson Law" wrote in message om...
Hi Jim
Do you mean commenting the two call statement completely? Tried that,
but got the same results. The problem seems to be the object has
disappeard from the sheet "Main". So whenever I tried to do anything
to the object I get the same error.
Thanks
dickson


"Jim Cone" wrote in message ...
Have you tried it without the "Call" statements?

Jim Cone
San Francisco, CA

- snip -