[Help Needed] Cannot Run VBA Macro via Invoke VBA — “Trust Access to VBA Project Object Model” Already Enabled

@nashwasabila11,

If you have the VBA code in the same XLSM file use Execute Macro activity.

If the code is in text file, create a text file in File Explorer and paste the code in it and save it. Now do not open the code text file from studio.

Directly refer the code text file path from Invoke VBA activity.