Search found 19 matches
- Wed Aug 10, 2011 4:07 pm
- Forum: General Discussion
- Topic: I need a script, am willing to pay
- Replies: 0
- Views: 7725
I need a script, am willing to pay
I need a macro creating & am willing to pay a reasonable fee to someone for a working copy. In one folder I have 7 wav files (the filenames can change), in another folder I have 1 wav file named taxitaxitaxi.wav (the filename cannot change) Once per week or maybe once per day I need the macro to cop...
- Wed Sep 22, 2010 9:53 am
- Forum: Beginners
- Topic: Wait for leftclick then continue script
- Replies: 6
- Views: 13360
Wait for leftclick then continue script
I need to be able to have a left click in the middle of my macro, but where the left click takes place will be different each time. I need the macro to run, get to a point where it waits for the left click & then once clicked it carries on the script?. Onevent maybe but I couldn't get it to work. An...
- Tue Feb 24, 2009 4:43 pm
- Forum: Technical / Scripting
- Topic: Copy folders from PC to Laptop
- Replies: 8
- Views: 8155
- Tue Feb 24, 2009 2:46 pm
- Forum: Technical / Scripting
- Topic: Copy folders from PC to Laptop
- Replies: 8
- Views: 8155
- Tue Feb 24, 2009 11:49 am
- Forum: Technical / Scripting
- Topic: Copy folders from PC to Laptop
- Replies: 8
- Views: 8155
Thanks for the quick reply. It works but its making a copy of the folder as it already exists. How do I get it to delete the original folder & then paste it. I don't want it to just overwrite the folder as this way old files will be left behind. So far I have... CopyFile>E:\My Documents\Leaflets,\\L...
- Tue Feb 24, 2009 11:14 am
- Forum: Technical / Scripting
- Topic: Copy folders from PC to Laptop
- Replies: 8
- Views: 8155
Copy folders from PC to Laptop
I'm trying to get Macro Scheduler to copy a folder from my main PC to my laptop. I want it to completely delete the folder which will already be on the laptop every time it does this so that I have no duplicate files & everything is completely up to date. However I am getting stuck on the 1st bit, c...
- Wed Aug 06, 2008 4:48 pm
- Forum: Beginners
- Topic: Checking A Radio Button
- Replies: 1
- Views: 3933
Checking A Radio Button
What is the best way to get a radio button checked? Having searched on this forum I can't find anyway, I don't want to use mousemove as co-ordinates change on web pages. I tried tabbing to the radio button & then Send>%SPACE% instead of press space as this doesn't exist but it doesn't activate the r...
- Wed Aug 06, 2008 4:21 pm
- Forum: Beginners
- Topic: Selecting the correct column in Excel
- Replies: 3
- Views: 6324
Thanks for the reply however the script that came with MS is for extracting data from excel & the link you gave me, I read through it, it was a bit on the tech side, head was spinning :? & I could see no reference to what I want. Maybe if I break it down. I have something in my clipboard. I want to ...
- Wed Aug 06, 2008 3:58 pm
- Forum: Beginners
- Topic: Selecting the correct column in Excel
- Replies: 3
- Views: 6324
Selecting the correct column in Excel
I am trying to create a macros that will take a string of towns from MS Autoroute & pop them into the next empty row in my location section of Excel So in autoroute I might have Brighton London Hove Hastings & I want these all copied into Excel in the Location Column in the next empty row, so they r...
- Tue Aug 05, 2008 11:49 am
- Forum: Beginners
- Topic: FindImagePos Tutorial / Support
- Replies: 1
- Views: 4193
FindImagePos Tutorial / Support
Hi I am looking for a tutorial on the FindImagePos feature, I have hunted around this forum but found nothing & the help within MS doesn't really go into how to use it? I am trying to set up a macro that will hit an email button on one web site but the email button appears on lots of different pages...
- Sun Aug 03, 2008 3:35 pm
- Forum: Beginners
- Topic: Clicking an email button & filling in a text area form?
- Replies: 2
- Views: 4564
Clicking an email button & filling in a text area form?
Hi I'm using Macro Scheduler 6.2.3 This is for a contacts web site, What I am trying to achieve is for MS to click an email button which opens up another page with a form to fill. I have everything I need sorted except 1. The email button. This isn't in exactly the same place on every page, always v...
- Tue Feb 20, 2007 4:58 pm
- Forum: General Discussion
- Topic: How would I transfer data from Excel To Autoroute
- Replies: 12
- Views: 15658
Erm :? what :? Er sorry didn't follow that at all, your way ahead of me in this game! Where does Separate>cell,/,fields Let>k=1 Repeat>k Let>thisfield=fields_%k% MessageModal>thisfield Send>thisfield Until>k=fields_count [/i] Go? I've pasted the original script below if your feeling kind enough to f...
- Tue Feb 20, 2007 4:25 pm
- Forum: General Discussion
- Topic: How would I transfer data from Excel To Autoroute
- Replies: 12
- Views: 15658
- Tue Feb 20, 2007 4:21 pm
- Forum: General Discussion
- Topic: How would I transfer data from Excel To Autoroute
- Replies: 12
- Views: 15658
Thanks for your ongoing help on this, appreciate it. Kinda hard to show you the excel format in this box I've tried spacing things out as they would be but it doesn't work here. Basically one driver for one job might have to go to these towns. I have excel laid out with 9 columns, A - I. Column D is...
- Tue Feb 20, 2007 3:48 pm
- Forum: General Discussion
- Topic: How would I transfer data from Excel To Autoroute
- Replies: 12
- Views: 15658
Ok, have kinda got it working but am still getting the "Iffile exists no label parameter" I changed the Let R=2 to Let R=1272 which is my most recent colum with town names in it & it then copies all of the data from that into notepad. But I need it to copy the data up to the / one at a time ie Worth...