hi guys, this one should be a softball for some of you but it has me stumped. the scenario is this:
I have a worksheet that i open and can select two options from a user from. you can select either 'home' or 'auto' (we are talking about insurance). you can then enter about 6 columns worth of data. now for the harder part.
i have two 'sections' in my worksheet. section one is called 'home' and starts in row 5. section two is called 'auto' and starts on row 35. the first thing i want to do is tell the data to insert in one of the two sections based on what i initially select. so for instance if i select 'auto', the data will insert on row 36 (presumably, row 35 is merged across the active columns and just says 'auto')
now for the second part, eventually the 30 rows i have allotted will fill up and there will come a need to insert new row. i was trying to develop a code that will look into the cell value if you select 'home' and if it says 'auto' it will insert a new row above, thus expanding my 'home' section automatically.
alas, i cannot figure out either of these two things.
any thoughts?
alex
I have a worksheet that i open and can select two options from a user from. you can select either 'home' or 'auto' (we are talking about insurance). you can then enter about 6 columns worth of data. now for the harder part.
i have two 'sections' in my worksheet. section one is called 'home' and starts in row 5. section two is called 'auto' and starts on row 35. the first thing i want to do is tell the data to insert in one of the two sections based on what i initially select. so for instance if i select 'auto', the data will insert on row 36 (presumably, row 35 is merged across the active columns and just says 'auto')
now for the second part, eventually the 30 rows i have allotted will fill up and there will come a need to insert new row. i was trying to develop a code that will look into the cell value if you select 'home' and if it says 'auto' it will insert a new row above, thus expanding my 'home' section automatically.
alas, i cannot figure out either of these two things.
any thoughts?
alex