I’m trying to invoke VBA code, but it’s giving me the following error.
I already enabled macros in the trust center
I’m trying to invoke VBA code, but it’s giving me the following error.
I already enabled macros in the trust center
@alexis.mendoza are you running macro vba in excel application scope?
@alexis.mendoza
Settings
Yes i do.
the invoke VBA activity is in the DO of the excel application scope activity
@alexis.mendoza check above settings
@alexis.mendoza
add the line in macro txt file inside function:
Application.DisplayAlerts = False
@alexis.mendoza
use this inside Sub function: before End Sub like this
Application.DisplayAlerts = False
End Sub
@alexis.mendoza can you paste error here. I need to translate it first.
the external procedure is not valid
@alexis.mendoza how you record your macro. can you explain what you want to do in excel
I wrote it in a .txt file
what I want to do is increase the height of the rows from 1 to 50.
@alexis.mendoza let me check my side.