|
-
Jul 21st, 2003, 11:08 AM
#1
Thread Starter
New Member
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
-
Jul 21st, 2003, 11:34 AM
#2
Hyperactive Member
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?
-
Jul 21st, 2003, 11:43 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|