Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Need a small bit of help, in calling a Macro (A below) if cell AE60,
if it is or isn't I still want to to test and run (B) below, do I have the syntax of my End If's correct? ........... (A) If Sheets("Sheet1").Range("AE6").Value 0 Then Mail_New_Version 'run this sub macro Call UncheckBoxes Call DelAllCheckBoxes (B) If Weekday(Sheets("Input").Range("BF1")) = vbMonday _ And Sheets("E-Mail").Range("AE6").Value = 0 Then MailToBobWeekly '<------ run this sub macro Call UncheckBoxes Call DelAllCheckBoxes End If End if End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can run a macro ( call a macro) on selection of any filtercriteria? | Excel Worksheet Functions | |||
Call an Access macro from an Excel macro | Excel Discussion (Misc queries) | |||
Excel Macro call Word Macro with Parameters | Excel Programming | |||
Call macro stored in Excel workbook from Outlook's macro | Excel Programming | |||
Call Macro in Add-in | Excel Programming |