Object doesn't support this property or method

Report application bugs here
Post Reply
LukeOL
Posts: 1
Joined: 07 Apr 2018, 18:10

Object doesn't support this property or method

Post by LukeOL » 07 Apr 2018, 18:20

So I keep trying to create macros to work with Adobe Premiere Pro, but every time I try and test one, I get a popup saying, "Object doesn't support this property or method". Has this happened to anyone else? If so, I'd really appreciate it if you told me how to fix it.

Here is my code: sendkeys; "+/"

Thanks!

admin
Site Admin
Posts: 735
Joined: 01 Nov 2010, 13:00
Location: Prague, Czech republic
Contact:

Re: Object doesn't support this property or method

Post by admin » 09 Apr 2018, 08:05

1) If you're sending just key presses you don't need scripted macro - you can use gui definition
2) if you want to use scripted macro anyway then remove the semicolon and try: sendkeys "+/"
Petr Medek
LUAmacros author

Post Reply