K
Karen
I used the following code so the user is reminded to
update the averages each time they open the workbook -
Although it's not working - What is wrong with my code?
Sub Auto_Open()
Dim strMsg As String
Dim strTitle As String
Dim intUpdate As Integer
Dim intStatusState As Integer
strMsg = "UPDATE AVERAGES"
strTitle = "Friendly Reminder"
End Sub
update the averages each time they open the workbook -
Although it's not working - What is wrong with my code?
Sub Auto_Open()
Dim strMsg As String
Dim strTitle As String
Dim intUpdate As Integer
Dim intStatusState As Integer
strMsg = "UPDATE AVERAGES"
strTitle = "Friendly Reminder"
End Sub