View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cruzian_Rain Girl Cruzian_Rain Girl is offline
external usenet poster
 
Posts: 1
Default How can I check to see if a sheet exists?

Hello.
I have to be able to write a code in Visual Basic that can check to see if a
sheet exists and post a msgbox saying 'true' or 'false', depending on the
answer.

Example- Check to see if 'Bob' exists.
if it does then Msgbox 'true'

Can anyone help me please?