Hello All,
Here is my situation, I have a macro that when a certain item is column "D". It formats several other columns in the same row that the information is being added. My situation is that part of the formatting is erasing information. The problem is that in column "AE" there is a specific formula. The following formula is added to the cell
=IF(AD3="N/A",EDATE(AC3,12),EDATE(AD3,12))
So my questions is how do i code so the above formula is inputed in column AE. Note that "AD3" is just where i copied the formula from. The number of the row is currently stored in Target.Row so it changes based on which row the formula is inputted.
Thanks for any help.
Here is my situation, I have a macro that when a certain item is column "D". It formats several other columns in the same row that the information is being added. My situation is that part of the formatting is erasing information. The problem is that in column "AE" there is a specific formula. The following formula is added to the cell
=IF(AD3="N/A",EDATE(AC3,12),EDATE(AD3,12))
So my questions is how do i code so the above formula is inputed in column AE. Note that "AD3" is just where i copied the formula from. The number of the row is currently stored in Target.Row so it changes based on which row the formula is inputted.
Thanks for any help.