Access VBADiscuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi guys. Well, i can't solve this problem for a long time. In a form (of Access of course) I've created an unbound OLE object. The object of OLE is an Exel Sheet. When I activate this OLE object in MenuBar appears the MenuBar of Exel Sheet. So, the question is: how to manage the MenuBar of Exel Sheet that appears when OLE object is activated. I've tried use ordinary means to manage this MenuBar like:
set aaa=commandbars("menu bar").controls("...") etc.
...but it manages only Access command (menu) bar.
Hope there will be answers.
if anyone knows any different, please post, but i believe that what you are trying to do is not possible, at least not using the native access capabilities.