Engalpengal
New Member
- Joined
- May 10, 2023
- Messages
- 43
- Office Version
- 365
- Platform
- Windows
Hello
I need help from your clever minds....again.
What I want is the following-
Areas:
Search key: Sheets("PL").Range("J7")
- This is a order no that is manualy typed in
Search area: Sheets("Ordre").Range("C13:C2000")
- Ordre->Listed product lines, Column "C" is the first culumn in product row, last column is "P"
- There can be more than one product line with the same order no
Task:
I want the program to look through Sheets("Ordre").Range("C13:C2000") and see if there is a match between "Search key" and the listed products (can be more then one hit).
If there is a match, the program needs to fill inn "Today`s date and time" in the same matched row, column "AK"
When this is done, i also want the program to clear the value in Sheets("PL").Range("J7"). The cell formatting must be intact.
unfortunately, i can not share the content of the excel sheets. The reason is that there is some information that is sensitive.
Hope that the info i have granted is good enough for you to understand the issue and help me out with a solution
I need help from your clever minds....again.
What I want is the following-
Areas:
Search key: Sheets("PL").Range("J7")
- This is a order no that is manualy typed in
Search area: Sheets("Ordre").Range("C13:C2000")
- Ordre->Listed product lines, Column "C" is the first culumn in product row, last column is "P"
- There can be more than one product line with the same order no
Task:
I want the program to look through Sheets("Ordre").Range("C13:C2000") and see if there is a match between "Search key" and the listed products (can be more then one hit).
If there is a match, the program needs to fill inn "Today`s date and time" in the same matched row, column "AK"
When this is done, i also want the program to clear the value in Sheets("PL").Range("J7"). The cell formatting must be intact.
unfortunately, i can not share the content of the excel sheets. The reason is that there is some information that is sensitive.
Hope that the info i have granted is good enough for you to understand the issue and help me out with a solution