+ Reply to Thread
Results 1 to 3 of 3

MESSAGE BOX ON REQUEST

  1. #1
    Carolan
    Guest

    MESSAGE BOX ON REQUEST

    I would like to create a pop-up message box that would appear by using a
    shortcut (like Ctrl + C). My aim is to create a box that has information in
    it such as

    EDM BUILDING = BLDG01
    CGY BUILDING = CGYB02

    I know it can be done........just can't remember how!!!!

    --
    Carolan

  2. #2
    CLR
    Guest

    RE: MESSAGE BOX ON REQUEST

    Sub MessageBoxPopUp()
    ' Keyboard Shortcut: Ctrl+c
    MsgBox "Put your message here"
    End Sub

    Vaya con Dios,
    Chuck, CABGx3


    "Carolan" wrote:

    > I would like to create a pop-up message box that would appear by using a
    > shortcut (like Ctrl + C). My aim is to create a box that has information in
    > it such as
    >
    > EDM BUILDING = BLDG01
    > CGY BUILDING = CGYB02
    >
    > I know it can be done........just can't remember how!!!!
    >
    > --
    > Carolan


  3. #3
    Carolan
    Guest

    RE: MESSAGE BOX ON REQUEST

    Thanks bunches!!!!

    --
    Carolan


    "Carolan" wrote:

    > I would like to create a pop-up message box that would appear by using a
    > shortcut (like Ctrl + C). My aim is to create a box that has information in
    > it such as
    >
    > EDM BUILDING = BLDG01
    > CGY BUILDING = CGYB02
    >
    > I know it can be done........just can't remember how!!!!
    >
    > --
    > Carolan


+ 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