Hello Power Automate pros,
I was on MS Office community with my question and they sent me here as apparently Office Script questions are answered here. I hope I can get some info.
I am starting to dabble with Office Scripts inside MS Excel to automate certain simple data processes. Have been using VBA before that...
I need to create a Script which will essentially compare a list of company names in Workbook A with another list reference list in Workbook B. When there are matches, it will return an answer in a new column in Workbook A.
I'm reading the the Office Script documentation with a Use-case example and it is talking about using Power Automate in order for the data to be compared in two separate workbooks.
I'm wondering Power Automate is a must here to achieve the above? Wouldn't that script be able to run if the Workbook B was stored in the same directory than the Office Script itself?
Thanks