Can this be automated using imacros?

BakaUsagi

Junior Member
Joined
Aug 14, 2018
Messages
198
Reaction score
109
I was wondering if an imacro could be coded to automatically take a link from Google spreadsheet, paste it onto a specific place on a different tab and click two buttons. How complex or simple is this?
 
Depends on buttons. If static it's fairly easy
 
Depends on buttons. If static it's fairly easy
Here's what the process is like, copy and paste a link from the spreadsheet and click the button. That'll open a new tab, and the just click another button on the new tab. Close the two and repeat the process with the next link on the spreadsheet, do this until there's no link left on the spreadsheet.
I did a little search and found that mouse recording is something that'd work but how do I set it to copy the next available link?
 
I was wondering if an imacro could be coded to automatically take a link from Google spreadsheet, paste it onto a specific place on a different tab and click two buttons. How complex or simple is this?

Does it need to be from a Google spreadsheet? What you're describing is likely very simple to do, although you'd be better off having a csv file in your Imacros datasource folder so you can reference each line with the !Loop command.
 
Does it need to be from a Google spreadsheet? What you're describing is likely very simple to do, although you'd be better off having a csv file in your Imacros datasource folder so you can reference each line with the !Loop command.
I just assumed that a csv file couldn't be used since it wasn't open on a browser tab. Though can you explain how I'd go around setting this imacro up?
 
I just assumed that a csv file couldn't be used since it wasn't open on a browser tab. Though can you explain how I'd go around setting this imacro up?
You can run CVS (Google sheet) on browser
 
I understand that I can just record an imacro using the chrome or Firefox extension but, what I can't seem to figure out is how do I set it to copy the next available link instead of just copying the same one over and over again
 
I understand that I can just record an imacro using the chrome or Firefox extension but, what I can't seem to figure out is how do I set it to copy the next available link instead of just copying the same one over and over again
I'll create it for you totally free, just PM me with all the details.
 
Back
Top