Hi Folks,
I need some ideas from people how to go about doing the following function. I am sure i would figure it out but i know that there far more experienced people out there who have probably done something similar. If someone can point in the right direction then i can go from there.
Here are the details of the function i want to carry out:
All the above worksheets are located in the samework at the moment but when the project goes live they will be in different workbooks. This is not an issue at the moment as i will be able to do that whne the time comes.
Thanks
I need some ideas from people how to go about doing the following function. I am sure i would figure it out but i know that there far more experienced people out there who have probably done something similar. If someone can point in the right direction then i can go from there.
Here are the details of the function i want to carry out:
- I have a worksheet1, worksheet2 and worksheet3.
I Have a commandbutton1 and commandbutton2.
Worksheet1 contains several columns of information (from column A to Q) and can be anything from 1 to 20 pages depending on how busy we are. Each row conatining information for a differnet job.
When i activate a commandbutton1 i want to go into worksheet1 and extract the information in columns A, D, F, G, H, I, J, K, AND P (staring at row 2, row 1 contains headers)
Then place these extarcted columns into worksheet2 in columns A, B, C, D, E, F, G, H and I (again staring at row 2, row 1 contains headers)
So
A is copied to A
D is copied to B
F is copied to C
G is copied to D
H is copied to E
I is copied to F
J is copied to G
K is copied to H
P is copied to I
Once the information is transferred into worksheet2 i no longer need worksheet1 until it is updated the next day (updated daily)
Now i am not sure whether worksheet2 should be a worksheet or a listbox because of the following function and so need advice.
Next, I now want to be able to go worksheet2 column I and add a few comments to some of the rows.
Once that is done i now want to be able to choose certain rows from worksheet2 and when commandbutton2 is activated it will transfer the choosen rows from worksheet2 to worksheet3 (staring at row 2, row 1 contains headers).
All the above worksheets are located in the samework at the moment but when the project goes live they will be in different workbooks. This is not an issue at the moment as i will be able to do that whne the time comes.
Thanks