Hello All,
Apologies in advance, I am not a programmer and used CHATGPT to generate the following code for me and it is giving me this error at execution:
I have SheetA and SheetB.
SheetA has a :
Date in the 4th column,
Description in the 5th column and
Colour code in the 6th column
I want the macro to find the date from SheetA in SheetB and add a note as the description and colour it with the colour provided in SheetA.
This is what GPT3 gave me:
All dates are written in mm/dd/yyyy format and are formatted as: Format >> Date and time >> custom date and time >> Day(5)
Would really appreciate your help.
Thanks!
For each row in SheetA, I want the macro to find the date from SheetA (column 4) in SheetB and add a note as the description (column 5 from SheetA) and colour it with the colour provided (column 6 in SheetA).
Thanks.
Thank you for replying. About "4) Search for the cell that 6/16/2023 is in SheetB", I cannot understand about the logic for searching it from your showing image. Can I ask you about the detail of it?