I’m working on a robot that attempts to find an Excel Macro, extract the value (being a folder directory) and then replace it with a new value. I can locate the line I need to extract, But I do not know how I’m gonna replace the string.
Using string manipulation, I’ve selected this value from the GetFullText activity. I just need to know how i’m gonna write into it, on that line again specifically, with the type into activity? I was thinking to use the Replace function to insert the new desried criteria.
Great in macro the place where you want to pass this variable, mention like this just for example
Sub WrapText(Path As String)
FolderLocation = “” & Path).Select
…
…
…
And in studio execute macro activity pass the filepath variable in parameter like this buddy
{filepath}