View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Message prompt in VBA

Hi
do you mean
msgbox?

--
Regards
Frank Kabel
Frankfurt, Germany

"ltong" schrieb im Newsbeitrag
om...
Hi,

Please assist me on how to write an excel VBA code to prompt a

message
" No sheet is to be delete, OK" instead of prompting a VBA error
message when I accidentally run a DeleteSheet macro, which had

already
deleted all sheets in a workbook.

With this additional codes so that the DeleteSheet macro can be run
more smoothly.


Thanks
Regards
Lenard