Jump to content
Macro Express Forums

randallc

Members
  • Posts

    434
  • Joined

  • Last visited

Everything posted by randallc

  1. Hi, more simply, try; Write in macro express; 1. activate word window, appropriate document (form) 2. CRL-G -"goto" -wait etc; All this macro would do would be to copy the content; but you could get the properties too to strings by opening that box in your picture once you are there; etc Best, Randall
  2. Hi, here's a non-guaranteed Word macro which calls the next NMEX3 macro at the end; What do you think? Randall
  3. Hi, I have successfully run macros in word which send info to MEX text strings. If you can record a Word macro to record the info you want first, this could be run and the info sent? I have not made a macro looking for field name content, but I bet it is possible. Best, Randall
  4. no, i thought that was always so.... But maybe check the ie setting has not changed in tools/Internet Options/ advanced/ line 3 or 4 page 2 "reuse windows for launching shortcuts"
  5. Good news and god luck! Maybe post back later as extracting from a google search could be useful;; Best, Randall
  6. Hi, Try this; also better implementation of similar in "WebEdit" link macro' link from my signature. Best, randall BetweenMid_.mxe
  7. I suspect there would have to be a command built into each program ; eg MSoffice programs don't do that, do they? Best, Randall
  8. Hi, Do you mean macro express? Options/ Preferences/ Appearance/ click on "show in system tray" Best, Randall
  9. Hi, Sorry, Previous post i have uploaded corrected "" EDIT; "{_Form3} corrected, replaced Randall
  10. Hi, Yes, but those commands (as opposed to string setting) don't seem to need the "& Chr(01) " (In script editor, just copy the "Set Decimal" command line into an editor or "Text type" screen) and you will see there is no "unusual" character near the end as opposed to "Set String" Best, Randall
  11. Hey, Good work! Thanks for that. If you only want 3 lines and want to name them and the title on the fly; try; Best, RandallEDIT; "{_Form3} corrected, replaced __Form3_.mxe
  12. Hi, Here's an idea (example too to run to check if you want?...) 1. Sort the file. 2. AScii process the file to check first and last entry for each ID Best, Randall SortIDandTIMES2.mxe
  13. Hi, I don't know C++ or low-level programming; is the registry just too slow to use for parameters? Best, Randall
  14. HI, iN wORD, sEND "f8" to "ExtendSelection", then find; text will be selected; then "copy", then "ESC to un-extend" [b4 Edit, said "Shift-F8 - wrong] Best, Randall EDIT -Correction; "Off afterwards is "ESC"
  15. [EDIT]Hi again; Perhaps I have mis-understood, or messed up the script? Do you want the whole file on 1 line with commas instead of "CRLF", or do you want commas in the "csv" file to replace the "space"s? Here with the spaces; Best, Randall
  16. Hi, I presume you want all the text file appended as 1 csv line?; [if you have lots of txt files to process, set "T1" through "repeat with folders", set full file path of files to "T1"] Best, Randall EDIT' [if you have lots of txt files to process, set "T1" through "repeat with folders", set full file path of files to "T1"]
  17. Hi, I think it is possible if you write to "controls" - check help file? I could maybe help convert if you post the macro. Best, Randall
  18. Hi, I'd probably need to know more about what you are doing and in what context. You may need to automate things a little more... try the previous thread?... Automating IE links Best, randall
  19. Hi, Your file looks simple enough to use "Ini read/ ini write" if yoy change it to an ini file? Best, randall Examples; ini thread1 ini thread2
  20. Hi, I'm not sure how reliable (won't work properly and will shutdown if both Web Pages in links in same explorer have same window title, as it relies on a change....), but seems to work?... I doubt the registry issue, cause it's a java thing from the Website, probably.... Best, Randall
  21. Hey, That was my line "post some code" means "give examples". I'll try, but complex without using your original Windows and Code! Best, Randall
  22. Hi, Paul, Isn't a WinHandle functionally equivalent to a control obtained for the outside Window anyway? Is there a functional difference in this situation? intersted..... Best, Randall
  23. Hi, 1. You may be able to speed it up ; there is a command; paste some code to sort out the problem? Macro Control, macro playback speed/ mouse playback speed etc on that command. 2. That might be possible to calculate once you have (1) sorted, or it may be better to speed it up, then wait till a preset time - schedule it to run every 150 secs? (or timer macro on ME3 examples on Web site? - or in this forum) 3. If the 2 programs have different "control" index, you might be able to use "get Control" on each one, and "set focus to control" for C1 or C2, say, for using each one. 4. As you start the macro, "Set String variable" to name of current window title; then at the end, "window activate" T1, or whatever string you used. Let me know; post some code. best, Randall
  24. Hi, Probably the main thing is to check the clipboard has time ; you could just set a 1/2 sec delay, or add these others; Best, Randall
×
×
  • Create New...