Microsoft
Software
Hardware
Network
Question : Access 2007 Customized Ribbon button disappears in Runtime
I'm developing an Access 2007 database that has a form/pivot table, and I'd like to be able to export the results to Excel. I know we can import from Excel, but the form has the format I want to start with, and don't want to have to design it twice. The result of this project will be deployed, so I'm creating a package and running the setup to confirm everything works.
I've created a ribbon that has the pivotexporttoexcel control in it. While I'm in access, everything works great. But when I deploy it, the ribbon tab no longer contains the control.
Here's the XML I'm using.
http://schemas.micr
osoft.com/
office/200
6/01/custo
mui">
label="ExportToExcel" enabled="true"/>
As an alternative, is there a way to create a button on a form to run the PivotExportToExcel control? I'm not dead set that it has to be a ribbon menu.
Answer : Access 2007 Customized Ribbon button disappears in Runtime
Found some API calls which I've used to perform this function.
Random Solutions
2008 R2 Connection Broker Load Balancing
Set all users in Terminal Server 2008 to have jpeg files open in Microsoft Office Picture Manager
Hyper-V Failed to register service principal name
Handling pictures in Access
How to rename a RDP session printer
How to populated a row of a subFORM, with too much collumns of values and no scrollbars
Can't get the Excel ado connection to work with .xls version 2.1
Access 2003: transfer spreadsheet is failing
excel formula to create a password list.
How do I manually code a Generic Pull Down Menu in VB Express 2008