Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to once you input your info in the userform and click either
"yes" or "no" on the msgbox to not ask you again over the next 5 days. I need all info answered only once. Thanks in advance! If Month(Date) = 2 Then If Day(Date) = 23 And Day(Date) < 27 Then UserForm1.Show If MsgBox("Do you qualify for Bank Day?", _ vbYesNo) = vbYes Then Worksheets("Vacation").Range("C3").Value = 1 Else Worksheets("Vacation").Range("C3").Value = 0 End If End If End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tweaking Code | Excel Programming | |||
Need help - track changes code needs tweaking | Excel Programming | |||
Tweaking Code - Experts Only! | Excel Programming | |||
combining 2+ wkbks into 1. Code needs tweaking please | Excel Programming | |||
Searching range for value (code written but needs 'tweaking'!) | Excel Programming |