Output Access Data to Excel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsatino
    Contributor
    • May 2010
    • 393

    Output Access Data to Excel

    Ok, I admit there's info on this out there already but it's kind of scattered and usually specific to a problem, so stick with me for a second. I'm not looking for any specifics, just generally how to go about the following:

    From Access VBA I need to:

    Launch Excel
    Create a new workbook
    Create worksheets
    Move around the worksheet cells
    Edit cells

    If anyone can give me any library references and/or general methods that would be great.
    Thanks
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32636

    #2
    Have you considered Application Automation?

    Comment

    • dsatino
      Contributor
      • May 2010
      • 393

      #3
      That'll work for getting started thanks. I'm sure i can figure out the all moving around and formatting as I play with the library.

      Thx!

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32636

        #4
        No worries. I'm pleased I could help you, especially as you've contributed so much here recently :)

        Comment

        • dsatino
          Contributor
          • May 2010
          • 393

          #5
          No problem. It wouldn't be fair to ask and not answer where I could.

          Comment

          • NeoPa
            Recognized Expert Moderator MVP
            • Oct 2006
            • 32636

            #6
            I think you've more than done your fair share, but we like that, so don't stop now :D

            Comment

            Working...