Posts by LanKez
-
-
-
-
Hi
I am trying it on the file you provided and nothing moves over to the initial tabs.
I receive the below Debug warning
Set ID = Sheets(Range("P" & Target.Row).Value).Range("A:A").Find(Range("A" & Target.Row), LookIn:=xlValues, lookat:=xlWhole)
do I need to change anything, Any idea? Thanks again for your help
Kerry
-
-
-
-
-
-
-
-
-
thank you for your quick reply:
Answers
1. The person who will be doing the work is the persons initials in column J , the name eg Haillie is the contact who put in the initial enquiry not the person doing the work. That's why I need the data to copy over to these initials tabs.
2. the completion date will be added into column E of the initial tabs - I need this completion date to populate column M in the workflow tab - yes the file reference will be unique to each job but not every job will have one
3. I was hoping the trigger would be when the initials are added to column J - as this is work for that relevant person
4 The sheet I uploaded is a replica of the one that will be used. I have attached it again
Let me know if you need anything more
-
yes - so all the data will go in the workflow tab and I want the rows to move to the relevant initials tab so the person can just work off the tab not the main workflow sheet. Then when they add the date complete I want the row to be removed from the initals tab but kept on the workflow tab with it showing the date complete. Hope this makes sense
-
-
I am trying to create VBA that copies over data from a summary tab onto separate tabs based on initials in the summary tab. I only need certain columns transferring over.
I have attached a mock spreadsheet for visualisation purposes.
So the all the information is manually added to the summary tab. I then need data from columns C,A,D, N (column N needs to be free text and have the ability to be changed) ,M and H to be transferred to the correct tab based on the initials in column J , and the data is then transferred to the correct tab into columns A-F . Once the work is completed the date complete will be added. Once the date is added I need the row to be deleted from the initial tab but kept on the main summary tab.