Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Am using the formula below to check whether the current day in cell F2
is a Monday, if so i would like to have the 'FrmMon' allowed to be shown, but if the cell F2 is any other day of the week it will display the msgbox and not show the 'FrmMon' obviously i am pasting it into this site because it is not working as i expected, anyone know how to change the code to perform the task?? Would appreciate any assistance :) Sub MonData() If (Range("F2")) = "Monday" Then Exit Sub MsgBox "Unable to Continue" frmMon.Show End Sub Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
checking hyperlinks are valid | Excel Discussion (Misc queries) | |||
file size & error checking | Excel Discussion (Misc queries) | |||
Checking balance template in MS excel | Excel Discussion (Misc queries) | |||
Checking for duplicates - think this is simple | Excel Discussion (Misc queries) | |||
Checking names on correct line across sheets | Excel Worksheet Functions |