K
Karen
If I use the following code when a worksheet opens, How
can I put the "B3" in quotes within the code. When I do I
get an error.
Sub Aut
pen()
' AutoOpen Macro
MsgBox "To update list - Make changes to cell B3 only",
vbOKOnly, "ATTENTION"
End Sub
can I put the "B3" in quotes within the code. When I do I
get an error.
Sub Aut
' AutoOpen Macro
MsgBox "To update list - Make changes to cell B3 only",
vbOKOnly, "ATTENTION"
End Sub