Change VBA-code without open PowerPoint

  • Thread starter Thread starter Ulf Nilsson
  • Start date Start date
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"
 
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
 
Back
Top