Change VBA-code without open PowerPoint

U

Ulf Nilsson

Hi,
How can I change VBA-code without using PowerPoint? I know the password and
I have created the file.

The code can look like this today:

Public Const gsLicense = "George W. Bush"

I want the new code to look like this:

Public Const gsLicense = "Barack Obama"
 
U

Ulf Nilsson

Hi Steve,
Yes you are right. There is more.

The reason why I do not want to edit the file manually is that the
presentation I have made is a game and people can buy it. The gsLicense is
used to check if the user of the file has changed the licens agreement. If
the name in gsLicense and the name in the presentation does not match, the
code won't work.

When this game becomes very popular (hopefully), it will be very tireing
openingen the presentation and change the gsLicense every time a new buyer
wants it. I'm looking for an easier way of changing the gsLicense.

// Ulf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top