Good morning guys,
I’m trying to solve a situation if someone can help me I’m grateful
Follow the steps of the situation
-Download Excel with information
-Run macro according to the data contained
-Access the data and enter the website according to the macro data
If the macro is empty, I end automation.
Is there a specific tool for the case or will I have to work in another way?
As per your comments we have to check whether macros are enabled in the excel or not.
we can achieve this goal by using vb.net code. there is method in vb.net (workbook.HasVBProject) it returns boolean so if it returns true the excel has macros or false means the excel doesnot have macros in it.
Attaching work flow for your reference. i hope it would help your requirement.