![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Northampton, UK
Posts: 33
|
Ok, with my System I would like the same pop up reminder message to appear on the last day of every month. Any ideas? Thanks,
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Perth Australia
Posts: 1,567
|
Hi Beckwa
You could try this: Right click a sheet tab, left click View Code. In the VBA Project window at left select This Workbook. Paste this code in the large white area Private Sub Workbook_Open() If Day(Date + 1) = 1 Then MsgBox "Last Day of Month" End Sub Above the code are 2 drop down boxes, in the left one select Workbook and in the right one select Open. Use Alt+F11 to return to sheet. This message should display when you open the workbook on the last day of the month regards Derek |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|