Jump to content
Macro Express Forums

randallc

Members
  • Posts

    434
  • Joined

  • Last visited

Everything posted by randallc

  1. Hi, If your fields etc are small, you can use environment variables [now won't run if file size over 32k]; these get/ save macros will give you the idea if you want to re-write for other methods; [** limits; Environment variables limits] Just import the 3 macros, and run example; write your own example to handle the variables Best, Randall {_GetCSVFields}.mxe {_SaveCSVFields}.mxe FieldCSVExample.mxe EDIT; changed the note and Get file to warn re file size __GetCSVFields_.mxe
  2. Hi, good news, Always interested to know how you get on with my poorly documented scripts! Best. Randall
  3. Hi, sure; here are a few of Kevin's lines in direct edit; copy to script editor! You are right; this does not bother opening notepad; easier. Best, Randall
  4. Hi, again; Couldn't resist the automation of the table page, either. You need to import all 3 "mxe" to a library, and run the LinkClick macro; [To generalise to other sites, you will need to view source and similarly find the text just before and after your links, and in the linked pages, the names in red] ExampleWebStringSplit2.mxe {_WebStringSplit2}.mxe Best, Randall ExampleWebLinkClick.mxe
  5. Hi, I have not looked lately, but I think there was an example macro in joe's book; I am not sure if it gives the detail you need, but could probably be modified? Best, Randall
  6. Hi again, Here it is with extra column for menu number (%N1%). Best, Randall textanswers.txt EDIT -PS Extra refinements could include?... 1. Use the 2nd column, row 10,20,30, "0th" row of each menu, to say how many items there will be on the list for that menu; then each menu can be derived cleaner.[EDIT; Try MultiChoice3.mxe] 2. Use the text column for a filename instead if the text is large, and set variable from name of text file ["if T12 contains ".txt", Set variable T12 from T4/T12" etc]" MultiChoice2.mxe
  7. Hi, Not quite what you wanted yet, as each subsequent menu is fixed; an extra column to say what the next %N1% value is for next menu level would fix it....; some more thought?.... Here's an example which relies on 1. Answers in a tab-delimited text file (can be made from excel, for instance, ) with the first column the description and promps for choices, the second column the text to be inserted. [put in macro express install directory] 2. It calls itself, so call it "MultiChoice" or change the name of the called macro near the end. 3. At present, it starts at line 10 for first description line, line 11 for prompt 1, line 12 for prompt2 etc; 4. Then 2nd menu line 20 for first description line, line 21 for prompt 1, line 22 for prompt2 etc; change the prompts and text answers in the AnswerText.txt file, or use Excel; what do you think? Best, Randall. textanswers.txt
  8. You will have to write and import those macros, and get the naming right. To see it as a standalone macro as an example; try this; Randall ExampleWebStringSplitMXE.mxe
  9. Hi, Here is a way to get the simple part; the name in RED!, once you know the web page; Example of calling macro "WebStringSplit", given you have found; Web URL = into "Parameter1" [if current web page, use "ALT-d, Control-c, Set string form clipboard] text before=color="#c41010"> into "Parameter2" text after=</font> into "Parameter3" Best, randall__WebStringSplit_.mxe
  10. OK - problems!; I'll have a look later best, Randall
  11. OK! So if no passwords/ security? - what is the web page address? Best Randall
  12. Hey, kevin, Good work! in the recycle bin; surely that is still a bug!? Best Randall
  13. Hi Floyd, I think this must be a bug! If I change the command from "meproc.exe /ADestinationXcopyGUI" to "meproc.exe /ADestinationXcopyxxx" and rename the macro appropriately, it works again! - but change the name back (and the command!) and it does not; but does in another macro library! Go figure! best, Randall
  14. Hi, Here's what you want, I think; Best, Randall
  15. Hi, Yes, I've reduced it ad absurdam now, and all it does is "Display Hi" in a textbox! I put it in one macro library, and it runs, but not if I put it in the library I want to use! Best, Randall
  16. Hi, Should be fairly easy; is the Web page private, or can you tell the url or post the "source" [view, source, save as text]? I can maybe help without, but that would make it easier. Best, Randall
  17. Hi, Can anyone please help? I have a macro I run using "/A<nickname> (Activate Macro)"; and MEPROC.EXE. It works if the macro is in one library, but NOT if it is in "macex.mex" library! What is happening? Best, Randall
  18. Hi, The topic referred to in that one is a different thread; Almost Sorting, Ordering Lines in a Text File I think this would help; "GROUPING ALGORITHM" Best, Randall
  19. Hi, Interesting! How about Set "Properties/Mouse Click/ Left; set all screen"Set "Scope/ - Microsoft Internet Explorer" if you want Best Randall [EDIT - see below; don't need a macro if you use "shift" key; or program it that way]
  20. Hi, Probably not directly possible with ME3 this continues discussion from 2 threads back; see my "FindText" macro which troes to address this problem; sometimes successfully; if you can select text near your field, tabbing is then more reliable; FindText cf Cory's discussion; SelectThenTab Best, Randall
  21. Hi, Yes, it is harder than you'd think; IF your web site is OK and "Wait for Web page" is accurate (not always so), then I think my macro works (not always) [messed up if there are still adds loading with a slow connection, for instance]; *** Edit the above macro for "New" [user?] and number of tabs after text selected to get to your field) {_FindText} macro as attached - import it and {_StatusBarProgress} (in other "NEW" site - see my signature) into your macro library Best, Randall PS Let me know! -OR [2. Try PGMacros passwords function addon - Joe 3. Try my "Wizard" function for passwords -- se "DallasWIZ exampe from my signatire WbLogin] __FindText_.mxe
  22. Yes, the code is OK (don't need to insert the Crs, though, as it makes it that much harder to paste into the script editor) I will need to rely on Kevin here; I have never put those addresses into IE on my machines, and when I do uit manually now, with my own machine's numbers, I just get "can't find page" errors. How do you do it? Best, Randall
  23. Hi, Probably easy to sort out if you post the code; there are delays/ wait for windows etc to get used to here (probably). best, Randall
  24. Hi, This is a bug which I thought was fixed in version 3.5d. Are you sure you are running the most recent release? Best, Randall
  25. Hi, I guess you will have your answer in astring, so at the appropriate time, say the string is "T1", replace as below; [copy the first quoted code to script editor] Best, Randall
×
×
  • Create New...