Jump to content
Macro Express Forums

selkov

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by selkov

  1. 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?

  2. 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?

  3. 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?

  4. 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?

  5. 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.....

  6. 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.

  7. 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.

  8. "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?

  9. I would like a Macro to read thru the sub folders in a Folder, M:\Archive and look into each one.

    If that sub folder has only 1 item in it I would like the sub folder moved to [M:\1].

    If it has more than one item then i would like that sub folder moved to M:\2.

     

    How can i do this?

  10. What I need help with is this:

    I need some way to cycle thru all files in a directory.

    Choose the topmost file

    Create a new directory in a different location and name it the same as that file

    Move the file there.

    Open the file.

     

     

     

    Can anyone help me please?

    Thanks for looking

    -eds

  11. I have several macros used when playing HALO.

     

    The only two ways I know of ending that macro is the key sequence set in /options/playback or on the displayed running macro icon.

     

    My problem is whenever I do this I get an exception in the game and I am kicked out.

     

    I have narrowed it down to the pop up box confirming the termination of the macro.

     

    So what I need is to write another macro that will end the first macro and NOT advice my of its success.

     

    But I can't.

     

    Can anyone help.

  12. I am planning to write about 40 macros. All have need to "USE" the same password. However that password changes 3-4 times a month.

     

    1] is it possible to write a macro that will change the passord in the other macros?

     

    2] is it possible to create a link to a file or a file name where the password can be stored?

×
×
  • Create New...