Results 1 to 3 of 3

Thread: Removing Standard menu bars in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    3

    Removing Standard menu bars in VB

    Hello,

    I would like to use the features of EXCEL in my VB application. But I would want to show this excel with all the standard menu bars removed. I would like to see only the data grids.

    Is there a way to do this ?

    Thanks in advance,
    Prasanna

  2. #2
    Hyperactive Member deane034's Avatar
    Join Date
    May 2001
    Location
    Sri Lanka
    Posts
    485
    hi man.. try the flex grid control...

    can u be a bit more specific.. what is it u want to do?..

    btw.. u in Sri lanka?
    me.life = VB

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    3
    Hello,

    Thanks for the reply.
    Anyway Im able to remove the standard tool bars using:

    Set CmdBar = excelapp.CommandBars("Worksheet Menu Bar")
    Set CmdBarMenu = CmdBar.Controls("File")
    CmdBarMenu.Delete

    Well btw Im from India.

    Thanks,
    Prasanna

Posting Permissions

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



Click Here to Expand Forum to Full Width