Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. liquidt007

    Excel 2003 from Access 2007

    Thanks for the help guys. Got it figured out now. It wasn't DisplayAlerts = False that I needed. It was xlapp.AutomationSecurity = msoAutomationSecurityLow Thanks again for the help. I think things are just about up and running now.
  2. liquidt007

    Excel 2003 from Access 2007

    Thanks for the help Skip and Hugh. I'm beginning to get a workaround going here. The shelling and GetObject seems to be the way to go. One little hitch that I'm hung up on though. Previously, my program would include: xlApp.DisplayAlerts = False Set wkbk=...
  3. liquidt007

    Excel 2003 from Access 2007

    There aren't any errors. My company has installed 2007 and restricted the ability to Programatically access VBA project. This option is/was available in 2003. The programs I have written in VBA require programatic access, and it is still available in 2003 which happens to still be on the...
  4. liquidt007

    Excel 2003 from Access 2007

    Thank you for your advice. However, I do not need to save a workbook in 2003 format. I actually need to open Excel 2003 and run some macros that are in the workbook. These macros will not run in 2007 and I need to use 2003. Any further advice would be appreciated.
  5. liquidt007

    Excel 2003 from Access 2007

    I have Office 2003 and 2007 on my work computer. I use 2007 for just about everything, but I need to open Excel 2003 from Access 2007. When I put the following code: Dim xlapp As Excel.Application Set xlapp = New Excel.Application xlapp.visible = True I naturally get Excel 2007. For reasons I...

Part and Inventory Search

Back
Top