Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi everyone. We have a userfrom with multipage tabs on it (1 for each month
of the year). We are having users populate the form with actual data (ie Monday we will have them update the July tab, but the Aug-Dec tabs will still be blank). Then obviously the data writes to a 'database' worksheet. Rather than having all 12 months ready in the database sheet, I'd like to include a checkbox on each tab(month) of the form (some users won't have actuals for every month). Then the user populates the month, he/she would also check the box, which would insert a row on the database sheet, and write to the inserted row. I have several named ranges, so I assume I can use offset to tell excel where to insert the row. Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
So what is your question??
"Steph" wrote in message ... Hi everyone. We have a userfrom with multipage tabs on it (1 for each month of the year). We are having users populate the form with actual data (ie Monday we will have them update the July tab, but the Aug-Dec tabs will still be blank). Then obviously the data writes to a 'database' worksheet. Rather than having all 12 months ready in the database sheet, I'd like to include a checkbox on each tab(month) of the form (some users won't have actuals for every month). Then the user populates the month, he/she would also check the box, which would insert a row on the database sheet, and write to the inserted row. I have several named ranges, so I assume I can use offset to tell excel where to insert the row. Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry. If I put a checkbox on the form, how do i tell excel to first insert
a row, and then write to that row? "Kevin Mitchell" wrote in message ... So what is your question?? "Steph" wrote in message ... Hi everyone. We have a userfrom with multipage tabs on it (1 for each month of the year). We are having users populate the form with actual data (ie Monday we will have them update the July tab, but the Aug-Dec tabs will still be blank). Then obviously the data writes to a 'database' worksheet. Rather than having all 12 months ready in the database sheet, I'd like to include a checkbox on each tab(month) of the form (some users won't have actuals for every month). Then the user populates the month, he/she would also check the box, which would insert a row on the database sheet, and write to the inserted row. I have several named ranges, so I assume I can use offset to tell excel where to insert the row. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I insert simple checkbox which can be checked by a click? | Excel Discussion (Misc queries) | |||
UserForm to insert new data | Excel Discussion (Misc queries) | |||
Can I insert a box on excel that can be checked and un-checked? | Excel Discussion (Misc queries) | |||
Offset from new name based on what's checked in Userform | Excel Programming | |||
checkbox - default checked or un-checked | Excel Programming |