Geff and all!
How do you check if a workbook has been changed/updated.
I am writing a procedure, but it's based on whether the workbook has been changed or not....I just can not seem to get that if condition statement right...any idea!
thanx
that did not work: here is what I am working with:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
If ActiveWorkbook.Saved = True Then
With ThisWorkbook
.HasRoutingSlip = True
With .RoutingSlip
.Delivery = xlOneAfterAnother
.Recipients = Array("heyFrantz@yahoo.com"
.Subject = "Updated Employee Workbook"
.Message = "The Employee workbook has been modified. Attached is a revised copy, Thanks!"
.ReturnWhenDone = False
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.