A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
>> My guess id you are working in a very different language
I'd assume VBS rather than VBA, since that's the title of the original thread, and IIRC, VBS isn't strongly typed, so instead of
Const strPass As String = "bp"
use
Const strPass = "bp"