+ Reply to Thread
Results 1 to 3 of 3

Delete Sheet 1

  1. #1
    Registered User
    Join Date
    01-18-2006
    Posts
    7

    Delete Sheet 1

    I want to delete a sheet from workbook without any instructions or message box. When i try to delete the sheet it ask

    "Data may exist in the sheet(s) seletion for deletion. To permanentely delete the data, press delete."

    How can I do this?

    Thanks and Regards
    Manish Rajpal

  2. #2
    Bob Phillips
    Guest

    Re: Delete Sheet 1

    U only need to ask once.

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "rajpalmanish" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > I want to delete a sheet from workbook without any instructions or
    > message box. When i try to delete the sheet it ask
    >
    > "Data may exist in the sheet(s) seletion for deletion. To permanentely
    > delete the data, press delete."
    >
    > How can I do this?
    >
    > Thanks and Regards
    > Manish Rajpal
    >
    >
    > --
    > rajpalmanish
    > ------------------------------------------------------------------------
    > rajpalmanish's Profile:

    http://www.excelforum.com/member.php...o&userid=30623
    > View this thread: http://www.excelforum.com/showthread...hreadid=503698
    >




  3. #3
    Chip Pearson
    Guest

    Re: Delete Sheet 1

    Manish,

    Use code like

    Application.DisplayAlerts = False
    ' delete the sheet
    Application.DisplayAlerts = True




    "rajpalmanish"
    <[email protected]> wrote
    in message
    news:[email protected]...
    >
    > I want to delete a sheet from workbook without any instructions
    > or
    > message box. When i try to delete the sheet it ask
    >
    > "Data may exist in the sheet(s) seletion for deletion. To
    > permanentely
    > delete the data, press delete."
    >
    > How can I do this?
    >
    > Thanks and Regards
    > Manish Rajpal
    >
    >
    > --
    > rajpalmanish
    > ------------------------------------------------------------------------
    > rajpalmanish's Profile:
    > http://www.excelforum.com/member.php...o&userid=30623
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=503698
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1