Hi all:
I have the code to email through Outlook but I need to change it up a bit.
I have 600+ Rows of data. If someone enters "Y" in the T Column, a Macro should open Outlook and include in the body only the Row of Data that the "Y" was just entered into (On Change).
The EmailAddr will be static, but the Row will not be. It should ignore all other "Y"s in Column T. It will be a single email for each new "Y" entered.
For instance, imagine that the end user just entered "Y" in T3. Outlook should open an email containing all the contents of Row 3 only.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]City[/TD]
[TD]St[/TD]
[TD]Entered? (Col T)[/TD]
[/TR]
[TR]
[TD]Joe Smith[/TD]
[TD]123 Easy Street[/TD]
[TD]Atlanta[/TD]
[TD]GA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mary Smith[/TD]
[TD]321 Easy Street[/TD]
[TD]Dahlonega[/TD]
[TD]GA[/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD]John Hancock[/TD]
[TD]111 Easy Street[/TD]
[TD]Chicago[/TD]
[TD]IL[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance,
LBinGA
I have the code to email through Outlook but I need to change it up a bit.
I have 600+ Rows of data. If someone enters "Y" in the T Column, a Macro should open Outlook and include in the body only the Row of Data that the "Y" was just entered into (On Change).
The EmailAddr will be static, but the Row will not be. It should ignore all other "Y"s in Column T. It will be a single email for each new "Y" entered.
For instance, imagine that the end user just entered "Y" in T3. Outlook should open an email containing all the contents of Row 3 only.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Address[/TD]
[TD]City[/TD]
[TD]St[/TD]
[TD]Entered? (Col T)[/TD]
[/TR]
[TR]
[TD]Joe Smith[/TD]
[TD]123 Easy Street[/TD]
[TD]Atlanta[/TD]
[TD]GA[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mary Smith[/TD]
[TD]321 Easy Street[/TD]
[TD]Dahlonega[/TD]
[TD]GA[/TD]
[TD="align: center"]Y[/TD]
[/TR]
[TR]
[TD]John Hancock[/TD]
[TD]111 Easy Street[/TD]
[TD]Chicago[/TD]
[TD]IL[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance,
LBinGA