I'm trying to write a macro to email the contents of the entire row for the cell that's been modified... I've already got the code written to send an email with just the Target.Value for the cell that's been changed...
rng = Target.Value
Puts the value of the cell that's been changed in the body of the email
rng = Range(Target.EntireRow).Value
doesn't put anything in the email... Any help is appreciated.
Thank yoU!
rng = Target.Value
Puts the value of the cell that's been changed in the body of the email
rng = Range(Target.EntireRow).Value
doesn't put anything in the email... Any help is appreciated.
Thank yoU!