Error pop up "Invoke VBA: Name conflicts with existing module, project, or object library”

Hi,

I’m trying to execute invoke VBA. Repeatedly pop up error "Invoke VBA: Name conflicts with existing module, project, or object library”

Below are the screenshots,

Screenshot of UIPath

Screenshot of Excel view code,

Screenshot of .txt file saved in the library

Kindly support me to solve this issue.
Thanks.

Hi you have two options here:

  1. Change name of Macro1 to other name to make sure “Macro1” does not exist in other places.
  2. Instead of calling “Macro1” type “Module1.Macro1”

regards