Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have a button with the code... Private Sub Send_Click() Send.Enabled = False ActiveWorkbook.SendMail "MYEMAIL ADDRESS", _ "Request" End Sub So, after one click, the button gets disabled and an e-mail is sent What I would like to do is, if any of the following Cells, A1-A3 & C1 C3 are changed, the button is enabled again. Any ideas -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What causes the values in the cells to change. Are they manually edited.
Is it done with formulas and a recalc? Are they links to a DDE source? what version of Excel? -- Regards, Tom Ogilvy surplusbc wrote in message ... Hi All, I have a button with the code... Private Sub Send_Click() Send.Enabled = False ActiveWorkbook.SendMail "MYEMAIL ADDRESS", _ "Request" End Sub So, after one click, the button gets disabled and an e-mail is sent. What I would like to do is, if any of the following Cells, A1-A3 & C1 - C3 are changed, the button is enabled again. Any ideas? --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable/Disable Macro Pop-Up | Excel Discussion (Misc queries) | |||
how to disable/enable command button(ActiveX) using macro | Excel Discussion (Misc queries) | |||
HOW TO DO ENABLE ENABLE THE QUERY PARAMETER BUTTON? | Excel Worksheet Functions | |||
enable/disable button based on cell value | Excel Discussion (Misc queries) | |||
Enable/Disable Macros | Excel Discussion (Misc queries) |