Dave - thanks for your help. Hopefully you can walk me through (or suggest
online training) for the next steps:
Some background of project: Users will click on a link on company gateway,
master userform will open with list of other userforms to be selected for
data input. Based on the department the user is working for, they will
select appropriate userform and provide data for prior month (such as MSW -
municipal solid waste tonnage sent to landfill, broken down by major branch
locations). On my 'test' userform (named frmMSW), once the user fills in the
required data and clicks command button "Save Data and Close form", their
data is saved on the next blank row in a specific worksheet (named MSW
Input). I used information found on Contextures website to create the first
userform- great resource!
You gave me the directions for the date scrollbar displaying month/year
only. Thanks! Now I need to get it to show up in the frmMSW and get the
data to the correct worksheet.
1. How do I get the date scrollbar to show up on my userform where the user
inputs all data? Do I have to put a field on the frmMSW? Do I just put in a
label that asks "Period Covered?" and let the user click a command button
"Show Calendar" that initiates the scrollbar you created?
2. I'm assuming I will add code that sends the date info to the spreadsheet
like I did with the other data on the userform. Since all the data from the
form is inserted on the next blank row of the assigned worksheet, I'll use
similar code.
Once I am finished with this form (frmMSW), I will continue creating other
forms for other departments that are specific to their data - such as energy
usage by location, water usage by location, green purchasing by location...
The end goal is to allow multiple users go to one gateway to load data,
generate a report and the final product will be a "dashboard" the head boss
will click on that will give an overview of all the data on one screen. The
data that meets company goals - such as 50% reduction of solid waste sent to
landfill - will show up green and the locations that have not met that goal
will show up red.
FYI - we didn't make this a database because we are not allowed to have
databases on the company gateway (IT rules, not mine).
Hope this information helps...and thanks again for fixing the scrollbar
problem