View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Taurus Taurus is offline
external usenet poster
 
Posts: 1
Default How to call a specific function in the form level

I want to build an user interface(listbox) in the form level.
Is that anyway I could call a specific function in a class module
level? In the class module I set up connection with the spreadsheet, do
I have to declare and set up the connection in form level as well?
How do I create a list box in the form level when all my data and
connection is in the class module? Please advise ... thank you