+ Reply to Thread
Results 1 to 2 of 2

Override "Send this Sheet"

  1. #1
    Priya
    Guest

    Override "Send this Sheet"

    Hi,

    I need to capture the "Send this sheet" button click event to override its
    functionality. "Send this Sheet" can be found on opening File -> Send To ->
    Mail Recepient.

    It can also be found using ActiveWorkbook.EnvelopeVisible = True in VBA.

    Thanks!



  2. #2
    Don Guillett
    Guest

    Re: Override "Send this Sheet"

    Sub noenvelope()
    ThisWorkbook.EnvelopeVisible = False
    End Sub

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Priya" <[email protected]> wrote in message
    news:[email protected]...
    > Hi,
    >
    > I need to capture the "Send this sheet" button click event to override its
    > functionality. "Send this Sheet" can be found on opening File -> Send
    > To -> Mail Recepient.
    >
    > It can also be found using ActiveWorkbook.EnvelopeVisible = True in VBA.
    >
    > Thanks!
    >




+ 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