Thread
:
msg box to stop user if range is "" (tricky one)
View Single Post
#
1
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_1549_]
external usenet poster
Posts: 1
msg box to stop user if range is "" (tricky one)
i get the
Call Msgbox "unable to clear" in red aswell...
Also a typo. Use either this....
Call MsgBox("unable to clear")
or this...
MsgBox "unable to clear"
Rick
Reply With Quote
Rick Rothstein \(MVP - VB\)[_1549_]
View Public Profile
Find all posts by Rick Rothstein \(MVP - VB\)[_1549_]