OriginalCarey
Board Regular
- Joined
- Jun 5, 2014
- Messages
- 80
Hi guys
Struggling here if I'm honest. I've got a CRM userform system where the user inputs data, and should it fall under one of these Business Areas to go into the last row of that named range, which then expands that named range.
Business Areas:
Marketing Retail Direct (named range name: rngMRD)
Know Me (named range name: rngKnowMe)
Cross Functional Spend (named range name: rngCFS)
Global Revenue (named range name: rngGlobalRevenue)
The data saves into the "DataRoom" sheet.
The users then have the ability to load up that data in a replicated "View" system, and make changes to that row of data and then save back into the "DataRoom", overwriting changes.
However - what I need to do is give the System the ability to should the user change the Business Area from say "Know Me" to "Marketing Retail Direct", that the row of data is moved out of rngKnowMe and moved into rngMRD. The named range for MRD will need to increase by 1 and the named range of Know Me will need to of course decrease by one.
At the moment the system is built so all named ranges are together, ie; it'll find the last row within the named range of Know Me and place in their, expanding the Named Range of Know Me by 1 - thus all "Business Areas" are together for use within another section of the System..
Could anyone assist me with this?
As a further info - the name of the "listbox" within the Userform where the current Business Area, and where they can change it to another, is called "listBusinessArea"
Cheers
Carey
Struggling here if I'm honest. I've got a CRM userform system where the user inputs data, and should it fall under one of these Business Areas to go into the last row of that named range, which then expands that named range.
Business Areas:
Marketing Retail Direct (named range name: rngMRD)
Know Me (named range name: rngKnowMe)
Cross Functional Spend (named range name: rngCFS)
Global Revenue (named range name: rngGlobalRevenue)
The data saves into the "DataRoom" sheet.
The users then have the ability to load up that data in a replicated "View" system, and make changes to that row of data and then save back into the "DataRoom", overwriting changes.
However - what I need to do is give the System the ability to should the user change the Business Area from say "Know Me" to "Marketing Retail Direct", that the row of data is moved out of rngKnowMe and moved into rngMRD. The named range for MRD will need to increase by 1 and the named range of Know Me will need to of course decrease by one.
At the moment the system is built so all named ranges are together, ie; it'll find the last row within the named range of Know Me and place in their, expanding the Named Range of Know Me by 1 - thus all "Business Areas" are together for use within another section of the System..
Could anyone assist me with this?
As a further info - the name of the "listbox" within the Userform where the current Business Area, and where they can change it to another, is called "listBusinessArea"
Cheers
Carey