firechinwessel
New Member
- Joined
- Jul 29, 2011
- Messages
- 7
I am trying to set up a variable so that a user can enter in the path name of a file that hasn't been made yet. The user needs to create a powerpoint through excel using vba, then name that file so that the path name is the same as the path name entered earlier and stored as a variable. Then the getobject function would be used to call that file so that data could be input into the powerpoint from excel. It must be done this waybecause every time a new powerpoint is created, it will have new name and because the user will eve multiple presentations open already. I tried simply using the "active presentation" but the multiple powerpoint caused data to be input into the wrong powerpoint.
So to recap. The usher clicks a button that creates a new powerpoint. That is then saved. Another button is pushed that stores the path as a variable. A final button is pushed that calls that file up so that datacan be transferred from excel to powerpoint.
Any advice is greatly appreciate! Thanks!
So to recap. The usher clicks a button that creates a new powerpoint. That is then saved. Another button is pushed that stores the path as a variable. A final button is pushed that calls that file up so that datacan be transferred from excel to powerpoint.
Any advice is greatly appreciate! Thanks!