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
Printable View
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
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?
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