Share via

VBS scripting, loop until

Anonymous
2018-09-30T15:57:40+00:00

can someone explain to me, why when put the loop until answer=true all the codes under this stop working ?

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Steve Rindsberg 99,166 Reputation points MVP Volunteer Moderator
    2018-09-30T18:38:28+00:00

    >> 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"

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-09-30T18:23:27+00:00

    oh sorry, i wrote character 25, I meant 15. Anyway, maybe it has to do with that i'm using the notepad?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-09-30T18:09:59+00:00

    Character 25 is =.

    My guess id you are working in a very different language you might need to type in the code not copy paste it. There is no error in the code here.

    Was this answer helpful?

    0 comments No comments