I tried to explain as simple and completely in this title.
I have this and it is hard coded in the vb Workbook Open event code window
All this does is display a predefined Msgbox text string on a predefined day. Ii'd like to be able to
specify the text and date to display from a userform externally, that would
CREATE the code lines for the Msgbox, the text, and the date to display.in the Workbook Open event code window
In other words, do exactly the same thing as above, but Input it from an Input box or userform.
Thanks if anyone can help. Is this asking too much of Excel?
cr
I have this and it is hard coded in the vb Workbook Open event code window
Code:
If Day(Now) = 8 Then
MsgBox "See if anyone on MrExcel can help"
Else
End if
specify the text and date to display from a userform externally, that would
CREATE the code lines for the Msgbox, the text, and the date to display.in the Workbook Open event code window
In other words, do exactly the same thing as above, but Input it from an Input box or userform.
Thanks if anyone can help. Is this asking too much of Excel?
cr
Last edited: