+ Reply to Thread
Results 1 to 2 of 2

Common Code in Access - Excel - Power Point Programs

  1. #1

    Common Code in Access - Excel - Power Point Programs

    I developed a program in Access. Then I developed add-ins in Excel &
    Power Point with common modules from Access database.

    What is the solution for not having to copy+paste code from Access to
    Excel & Power Point ? Can I have my code in a common file and call it
    from all 3 programs ?


  2. #2
    Bill Foley
    Guest

    Re: Common Code in Access - Excel - Power Point Programs

    I'm sort of confused as to what you want to do. VBA within each of the
    Office products is different because of the different objects that you can
    do things on ( or to). For example, you manipulate data in "fields" in
    Access, "cells" in Excel", "text boxes" in PowerPoint, etc. You are working
    on these objects on different platforms as well (forms - Access, workbooks -
    Excel, slides - PowerPoint). Therefore the object modeling is different
    between programs.

    What exactly is this "program" you created in Access and how/why are you
    trying to incorporate the code into Excel and/or PowerPoint?

    --
    Bill Foley
    www.pttinc.com
    Microsoft PowerPoint MVP
    Microsoft Office Specialist Master Instructor
    <[email protected]> wrote in message
    news:[email protected]...
    > I developed a program in Access. Then I developed add-ins in Excel &
    > Power Point with common modules from Access database.
    >
    > What is the solution for not having to copy+paste code from Access to
    > Excel & Power Point ? Can I have my code in a common file and call it
    > from all 3 programs ?
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1