Pass Value to Invoke VBA

How to Pass Value to Invoke VBA

1 Like

Fine
we can pass it here in the property panel
image

while inside the vba code
we can mention the variable with &variablename in the position where we want to use that variable
@Sweety_Girl

hope this would help you
kindly try this and let know for any queries or clarification
Cheers

Hi @Sweety_Girl
We have To declare the variables in VBA If we want to use it in whole VBA. Capture
Like This . Then We can Pass the parameters to those Variables In Entry Method Parameters Of Invoke Vba Activity.
Capture

Parameter

Error

How to do that?

no worries
kindly check once whether the number of parameters passed and the number of parameters used inside the code both matches with each other
Cheers @Sweety_Girl

Are you able to post a screenshot or the text of your VBA and the screenshot of your EntryMethodParameters section from the property panel in Studio? (similar to Palaniyappan’s screenshot above").

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.