VBA V5 - Get/Set pp instruction value in a macro

Hello,

I’m looking for a method to retrieve, modify, or set a PP instruction within a VBA macro :

I’ve only found a way to add a new PP instruction using :

call Operation.AddPPWords("LinkingRetract", "PP Words example")

Could you help me with the following:

  • How can I check if a PP instruction already exists?
  • How can I modify an existing PP instruction?
  • How can I delete a PP instruction?


Thank you in advance for your assistance!