Okay,
I am relatively new to VB and VBA. I have multiple problems/questions regarding VBA for PowerPoint capabilites.
Bookmark
I am creating multiple Presentations linked together in a Web-based navigation setting rather than a "stack of cards" methodology. I want to enable a macro to bring up a Form of some kind to prompt the user to bookmark the location as when they choose to exit the Application [Sub cmdExit() Application.Quit. End Sub] Now, I do not want to use a database to store this to. I want to store this to the "HKEY_CURRENT_USER" location on the registry of the user's computer or the best alternative data store to accomodate this capability.
Is this possible? Would storing information in an array be better as the data store?
Any information about VBA w/ PowerPoint would be greatly appreciated
I am relatively new to VB and VBA. I have multiple problems/questions regarding VBA for PowerPoint capabilites.
Bookmark
I am creating multiple Presentations linked together in a Web-based navigation setting rather than a "stack of cards" methodology. I want to enable a macro to bring up a Form of some kind to prompt the user to bookmark the location as when they choose to exit the Application [Sub cmdExit() Application.Quit. End Sub] Now, I do not want to use a database to store this to. I want to store this to the "HKEY_CURRENT_USER" location on the registry of the user's computer or the best alternative data store to accomodate this capability.
Is this possible? Would storing information in an array be better as the data store?
Any information about VBA w/ PowerPoint would be greatly appreciated