Business is mental health clinic
The workbook holds client records. 1 worksheet per client. Each
worksheet holds record of interactions/durations for billing to
client/insurance/state or federal programs.
Data (date of session, time, type) is entered directly on the worksheets
right now. That's ok for individual sessions but is tedious for groups
because yo are entering the same data over and over for 10-15 clients.
Which clients are in group changes from day to day.
So: Want to present a list of clients eligible for group therapy: Office
manager clicks which were in a group, the date, and the duration and all
those records are automatically added to each client's record saving a
lot of time.
I set up a list box in a userform and got it populated with the right
names. Everything works just dandy except it looks crappy. I have to
take the entered data, do a check with the user that it is correct and
enter it into the worksheets while the listbox is still open
superimposed on a worksheet.
I want to either hide the userform or unload it. I can't seem to do either.
I've tried setting the variables as public in general and I've tried
..hide userform1 in the listbox routine. Nothing works
It's really a problem of making things look tidy and professional. The
mechanics work fine.
Hope this explains it.
John