View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich W. Rich W. is offline
external usenet poster
 
Posts: 25
Default Programming for Listboxes in Forms

I need to use a Listbox Control from the Forms toolbar. (I cannot use ActiveX
controls due to the fact this spreadsheet needs to work on Macs.)

I'm fairly new to VBA, but I can manage ActiveX controls. My problem is how
to program for a ListBox form control.

I haven't been able to find examples and/or references for working with
these controls. Can anyone point me to a decent reference? (Help hasn't been
help - but then maybe I'm not using the right vocab.) Ugh.

Thanks in advance . . .

Rich