Jump to content
Macro Express Forums

selkov

Members
  • Posts

    25
  • Joined

  • Last visited

selkov's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. rberg, thanks. Didi it like you suggested with the editor. Alot easier -Eds
  2. I often fill in repetitive information on numerous different worksheets / webpages etc, Like my name. So I select a line or input box with my mouse and then activate the macro but the macro prints relative to the original position when i captured the macro. How can I get it to execute AT the location I have chosen with the mouse?
  3. Interesting concept. I will work on that and advcie.
  4. The problem is that there is no NEW window title that pops up when the notification box appears. That how I figured out it was acutually in th Java script of the media player. As there was no option for a new url that script will not work.
  5. terrypin - when I ran the macro nothing happened. scasper - yes it is pandora - do you have a solution? rberq - interesting - will try to play with that. I have an idea....can you get the info on where the focus is prior to switching to the new page and then after running the macro return to the point where you where?
  6. Tried that but it does not work. Upon greater investigation I think the Pop up is actually tied to the media player itself. Or maybe a java flash in one of the frames..... Any ideas?
  7. I use a music service on the web and every hour or so a pop box comes up and freezes the radio stream. It doe snot do so at home, only at work. I do not know why. The obvious solution is to just close the box and it works fine. What i am in need of is a macro that will run always and when it sees that pop up close it. But i need some help to do it. Anyone please?
  8. I am trying to run a macro on a web page. But I can not get the macro to wait until the web page has fully loaded so its focus is being interrupted. The website is progressive, that is to say every time the macro terminates it will open a new website from the old one and repeat itself. can anyone help
  9. I am using a macro to fill in information on a wb page. I recoded the mouse location when i clicked in the first box and then tabed thru the rest. But often for smoe reason it gets out of sync. It starts entering the information for line 2 on line 1 How can i ensure it writes tot eh first box?
  10. OK...I got it working. maybe i was to tired last night but this is doing the trick: <REP3:07:000007:000001:0001:0:01:M:\ARCHIVE><REP3:07:000001:000001:0002:0:01:M:\ARCHIVE\%T1%><NMVAR:08:01:0:0000001:0:0000000><ENDREP><TBOX4:T:4:000410000130000600000200:000:N1 %N1% T1 %T1% T2 %T2%><IFVAR2:2:01:1:1><DOFILE:07:NN:M:\ARCHIVE\%T1%>M:\1\%T1%><ELSE><DOFILE:07:NN:M:\ARCHIVE\%T1%>M:\2\%T1%><ENDIF><IVAR2:01:01:0><ENDREP> Thank you very much for your help.....
  11. Well, I have played with it a lot. I can not get it to work. Just do not understand this enough I guess. Here is where i ended up: <REP3:07:000005:000001:0001:0:01:M:\ARCHIVE><IVAR2:01:01:0><REP3:07:000001:000001:0002:0:01:%T1%><NMVAR:08:01:0:0000001:0:0000000><ENDREP><IFVAR2:2:01:1:1><DOFILE:02:NN:M:\1\%T1%>><DOFILE:07:NN:M:\ARCHIVE\%T1%>M:\1\%T1%><DOFILE:04:NN:M:\ARCHIVE\%T1%>><ELSE><DOFILE:02:NN:M:\2\%T1%>><DOFILE:07:NN:M:\ARCHIVE\%T1%>M:\2\%T1%><DOFILE:04:NN:M:\2\%T1%>><ENDIF><TBOX4:T:4:CenterCenter000600000100:000:T1%T1% ><TBOX4:T:4:CenterCenter000600000100:000:T2%T2% ><TBOX4:T:4:CenterCenter000600000100:000:N1%N1% ><ENDREP> I cant seem to move the files and I think it is because there is no destination folder.
  12. just got your script. must have been posting at about the same time...lol I will try this later tonight and let you know how it works. Thanks
  13. You are very kind. thanks. My problem is that i have roughly 1500 sub folders. In some folders there are multiple files. In others just one File. What i am looking to do is take all the folders that contain just one file and move them together into a new folder. The whole folder, not just the file. And then also group the others. If i can move either set the others are easy to cut and paste to the new location.
  14. "I would use a Repeat With Folder to get all the sub-folders and in that loop I would do another repeat with folder. In that one I would simply increment an integer N1 to count how many there are. Next use a condition If N1 =1 move to \1, Else \2." I fear this is currently beyond my knowledge. Does anyone have a macro close to this that i can use to learn from?
×
×
  • Create New...