Hi
I'm trying to automate my search console workflow and fail on this.
The workflow looks like:
-
set date
-
click "Insert" to get data
-
open new tab
-
set another date
-
same steps...
I tried to record a macro on doing these steps manually, but got a macro code, which doesn't reproduce my steps. This is the macro code i got:Sub Makro1()
'
' Makro1 Makro
'
' Selection.ClearComments
Sheets.Add After:=ActiveSheet
Selection.ClearComments
End Sub
Nothing.
Does somebody got such task done? Please share your thoughts an hints! Thanks