hello everyone,
I have a bit of a specific problem, tbh i dont really know why the error occurs.
I am scrapping values and storing them in multiple csvs. one step in the macro involves:
- scrapping value at T=0
- scrapping value at T=1
- pasting value at T=1 in google
- pasting minus value at T=0 in same querry box
Macro stops when it is supposed to read and store the last line of csv T=0.
I can solve it if I rerun the macro from error. Is there a way to automate this? store / true / !errorIgnore doesnt work, Im specifically thinking about Right click --> Run from here
Thanks in advance.