Hi All,
Looking for some assistance, as I’ve tried several different things and have ended up with error messages each time.
I’m currently using the below VBA code, which inputs time stamps and names into adjacent cells. It is driven by specific statuses that are chosen from a drop down list, and I need to make a minor change to the highlighted section of the code.
In the highlighted section, it’s pulling the name from a status that is titled “On Hold - (then a persons name)”. The code extracts the name after the “-“ and inputs it into column 15. Instead of it pulling from that particular status, I now need it to pull from a status that will be titled “New - (persons name) to Review”. Each status will have a different name. Examples; “New - Chris to Review”, “New - Joe to Review”, etc. I would like it to only extract the name, not the “New -“ or “to Review”, and input it into column 15.
Aside from this small portion of the code, I would like to keep everything else functioning as it currently does. As mentioned, I’ve made a few attempts to change the code but keep receiving error messages, so any help will be greatly appreciated.
Thank you!
Looking for some assistance, as I’ve tried several different things and have ended up with error messages each time.
I’m currently using the below VBA code, which inputs time stamps and names into adjacent cells. It is driven by specific statuses that are chosen from a drop down list, and I need to make a minor change to the highlighted section of the code.
In the highlighted section, it’s pulling the name from a status that is titled “On Hold - (then a persons name)”. The code extracts the name after the “-“ and inputs it into column 15. Instead of it pulling from that particular status, I now need it to pull from a status that will be titled “New - (persons name) to Review”. Each status will have a different name. Examples; “New - Chris to Review”, “New - Joe to Review”, etc. I would like it to only extract the name, not the “New -“ or “to Review”, and input it into column 15.
Aside from this small portion of the code, I would like to keep everything else functioning as it currently does. As mentioned, I’ve made a few attempts to change the code but keep receiving error messages, so any help will be greatly appreciated.
Thank you!