Hi, I may have a design problem. Also lacking advanced excel/VBA, I may approach the problem in a wrong way, and I am asking for some help in this regard.
What I want:
I want to track multiple teams that each handle several tasks groupped in several categories. This is supposed to be a live document, where team members do minimal work, namely inserting task name and description, and automate everything else. There is a sheet that consolidates all the tasks that are timestamped. I have organized seets for each team, and then arranged the groups of tasks. Due to timestamping formulas, I recorded a few macros that insert rows and format the new rows properly (the tasks are ordered vertically, as well as the groups)
I would like to avoid creating worksheets for each task group, as it can become a too large file, and easy to make a mistake. What I am having difficulties expressing is
once the VBA will insert a new row of cells ( a range, technically, pushing all cells below) the other macros will need updating, because they will reference incorrect cells.
Is it possible to have one macro increment cell number in other macros (same workbook) ? This is the best wording that I can find, and since I am asking all kinds of questions (except the right one) on the internet, I cannot get the right answer.
I have tried "Use relative references" button, it doesn't work for me.
I hope the example attached will explain my problem.
http://www6.zippyshare.com/v/38946167/file.html]testvba.zip
If the new task button is clicked, it will insert a new range, happy clouds, etc. If after clicking the button (inserting the range) the button in the second category will no longer work properly (either work "alone")
I would as much as possible stick to the layout of the sheets and all. Sheet2 (containing task details and so on can, as a solution be moved to horizontal, but I would rather not, after inserting 5 teams with some interesting tasks, one would have to scroll forever, or use hyperlinks ... Arranging on vertical is the most space efficient arrangement I have insofar.
Please advise.
My tanks in advance!
What I want:
I want to track multiple teams that each handle several tasks groupped in several categories. This is supposed to be a live document, where team members do minimal work, namely inserting task name and description, and automate everything else. There is a sheet that consolidates all the tasks that are timestamped. I have organized seets for each team, and then arranged the groups of tasks. Due to timestamping formulas, I recorded a few macros that insert rows and format the new rows properly (the tasks are ordered vertically, as well as the groups)
I would like to avoid creating worksheets for each task group, as it can become a too large file, and easy to make a mistake. What I am having difficulties expressing is
once the VBA will insert a new row of cells ( a range, technically, pushing all cells below) the other macros will need updating, because they will reference incorrect cells.
Is it possible to have one macro increment cell number in other macros (same workbook) ? This is the best wording that I can find, and since I am asking all kinds of questions (except the right one) on the internet, I cannot get the right answer.
I have tried "Use relative references" button, it doesn't work for me.
I hope the example attached will explain my problem.
http://www6.zippyshare.com/v/38946167/file.html]testvba.zip
If the new task button is clicked, it will insert a new range, happy clouds, etc. If after clicking the button (inserting the range) the button in the second category will no longer work properly (either work "alone")
I would as much as possible stick to the layout of the sheets and all. Sheet2 (containing task details and so on can, as a solution be moved to horizontal, but I would rather not, after inserting 5 teams with some interesting tasks, one would have to scroll forever, or use hyperlinks ... Arranging on vertical is the most space efficient arrangement I have insofar.
Please advise.
My tanks in advance!