I am using Invoke VBA activity where I filter file and trying to get visible cells count in UiPath variable. In VBA code message box its shows correct value, but it is not assigned in UiPath variable. Can anyone help me.
I am not so familiar with VBA but I believe you would need to return the value of cnt then on the Invoke VBA properties put avariable for the OutputValue, then use that output for your message box.