I want to run macro every first and end of month, it is possible?
A cell in my worksheet has date in it.
TIA![]()
I want to run macro every first and end of month, it is possible?
A cell in my worksheet has date in it.
TIA![]()
Hi,
Yes, it is possible with an event macro ...such as
Private Sub Workbook_Open()
to be stored in ThisWorkbook
HTH
how is the code?
Maybe something like
![]()
Sub EventChange() With Sheets("Sheet1") If .Range("A1").Value = 1 Then XYZ <--- this is where you put the macro data.. or call the sub End If End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks