Hi @JuanPuelloUSGBC I hope you are doing well.
Yes, there is a bug but in the macro code, not PAD, PAD is waiting for the macro to complete, but due to the unknown Macro error, PAD cannot continue.
Follow this to overcome this issue:
Sub YourMacroName()
Application.ScreenUpdating = False
Application.EnableEvents = False
Application.DisplayAlerts = False
[YOUR MACRO CODE GOES HERE]
Application.ScreenUpdating = True
Application.EnableEvents = True
Application.DisplayAlerts = True
End Sub
By disabling the Application.EnableEvents and the Application.DisplayAlerts the macro will continue, the bug into the Macro will continue, but if you don’t get the desired output is because of that, so will have to check the Macro code.
Please let me know if it works, happy automation!,
If I have addressed your inquiry successfully, kindly consider marking my response as the preferred solution. If you found my assistance helpful, a 'Thumbs Up' would be greatly appreciated.
Additionally, I offer specialized consultancy and development services leveraging PAD. If you're interested in exploring these services further, feel free to DM me, and we can initiate a discussion.
Kind regards,
Will SG
Managing Director & Automation Lead
RAMS CR (Recruitment & Automation)
LinkedIn Profile