View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BEDE[_3_] BEDE[_3_] is offline
external usenet poster
 
Posts: 5
Default May I use a form in an add-in

I have an add-in that fetches data from a recordset in a given place in a sheet, and does this fine
I'd also like to have in the same add-in the database connection form, where the user enters the database name, user name & password. If I do import that form in the add-in, how may I call it and refer to fields in it, as long as I can't see any way to declare a form public