Re: $$Excel-Macros$$ create email when value in cell changes

2010-03-19 Thread KevinM
:=xlDescending, Header:=xlYes End Sub On Fri, Mar 19, 2010 at 7:43 AM, KevinM kmiy...@gmail.com wrote: I want to create an email when the value in column A changes.  In column A I have the email addresses of managers.  When the email address changes I want the VBA to compose the email

$$Excel-Macros$$ create email when value in cell changes

2010-03-18 Thread KevinM
I want to create an email when the value in column A changes. In column A I have the email addresses of managers. When the email address changes I want the VBA to compose the email and get the employees names in column B assoicated to that email address. I don't want it 1 for 1. I want to take

$$Excel-Macros$$ variable not working

2009-08-08 Thread KevinM
is appreciated. KevinM Sub calculate_retropay() Dim paycode12 As Integer Dim paycode13 As Integer Dim paycode1E As Integer Dim paycode1H As Integer Dim paycode1I As Integer Dim paycode1J As Integer 'this will search for the pay period in column C Enterpp