andreea_mn
New Member
- Joined
- Apr 7, 2011
- Messages
- 2
Hi
I am new to this forum so i hope i am communicating the right thing in order to get help.
So i have an excel file containing a complex plan. This file has an overview sheet and project plans.
In the overview sheet :column A contains a hyperlinks to other worksheets (1 project plan=1 worksheet) column B and C contain status and deadlines (information is taken from the worksheets).
Then i have a small macro that automatically adds an empty plan template and prompts the user to name it.
my challenge is to continue the code with the following
1. make the user select a cell/row in the overview sheet (title of the project has more characters than worksheet) and
2. hyperlink automatically the new project plan (which is a variable) to it and
3. pick up the necessary information for column B and C in the overview sheet from the new project plan (cells 5D and 5E)
Any help would be appreciated. Thank you so much!
I am new to this forum so i hope i am communicating the right thing in order to get help.
So i have an excel file containing a complex plan. This file has an overview sheet and project plans.
In the overview sheet :column A contains a hyperlinks to other worksheets (1 project plan=1 worksheet) column B and C contain status and deadlines (information is taken from the worksheets).
Then i have a small macro that automatically adds an empty plan template and prompts the user to name it.
my challenge is to continue the code with the following
1. make the user select a cell/row in the overview sheet (title of the project has more characters than worksheet) and
2. hyperlink automatically the new project plan (which is a variable) to it and
3. pick up the necessary information for column B and C in the overview sheet from the new project plan (cells 5D and 5E)
Any help would be appreciated. Thank you so much!