R RiaMelissaJaravata Member Apr 7, 2015 #1 Hi, I was trying to copy date from E6. If I put 3/20/2015 in E6, I want E7 to add just one day, so it will have 3/21/2015. However, I am getting object errors. Can you help me please? Attached is the excel file I made. Thank you. Attachments Book.xlsm 20.4 KB · Views: 0
Hi, I was trying to copy date from E6. If I put 3/20/2015 in E6, I want E7 to add just one day, so it will have 3/21/2015. However, I am getting object errors. Can you help me please? Attached is the excel file I made. Thank you.
P prasaddn Active Member Apr 7, 2015 #2 Hi, Change your last line of the code to reflect as: Range("E7").Value = Range("E6").Value + 1 Regards, Prasad DN
Hi, Change your last line of the code to reflect as: Range("E7").Value = Range("E6").Value + 1 Regards, Prasad DN
R RiaMelissaJaravata Member Apr 7, 2015 #4 Oh, it is now working! I just made a mistake in the worksheet. Thank you so much!