Jump to content
Macro Express Forums

tocmo0nlord

Members
  • Posts

    37
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Gender
    Male
  • Location
    NJ

tocmo0nlord's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I get this data into clipboard ID: 0555 Name: Steve Job Title: Mop guy Email: aol@aol.com Phone: 973/555-5555 I would like to make each field into a variable. example. data for ID = 0555 creating 0555 at T1 and so on with the rest. Steve = T2 Mop guy = T3 aol@aol.com = T4
  2. I got this so far but unfortunately it screws up a little when going to the second step of T2 ID: 0555(5) ()= extra character Name: Steve I also need to remove Name: and ID: The extra character is created by T2 and not T1 example, By doing a Replace variable, name with (space) the macro is killed as it wont know what to look for.
  3. I get this data into clipboard ID: 0555 Name: Steve Job Title: Mop guy Email: aol@aol.com Phone: 973/555-5555 I would like to make each field into a variable. example. data for ID = 0555 creating 0555 at T1 and so on with the rest. Steve = T2 Mop guy = T3 aol@aol.com = T4
  4. I have an application that restores the main window when it requires attention and minimizes when its done. I would like to run a function when the window is activated on its own. Thank you!
  5. I am trying to enter information from CSV file. T2 will tell where T1 goes, T1 are names of people and T2 will be the folders that these names will go into. I need the macro to go in folder T2 (named b1)and stay there to enter all the names from T1, then switch to a different folder (b2) when it sees that b2 is different. T1 T2 a1 b1 = enter a1 a2 b1 = enter a2 a3 b1 = enter a3 a4 b2 = switch to folder b2 (run a macro to switch to that folder) and enter a4 and so on. The folder names on T2 already exist within the directories and macro express is not allowed to make new ones, just the ones from T2, i need macro express to continue to a different folder name if that folder does not exists. I am hoping that macro express has a "if T2 is different than previous then run macro 2" or so. Thanks guys! (I know that ME has a folder creating option, when i mean folders its just a way of giving somewhat if a visual that T1 will go within a group (the group are members of within active directory))
  6. I would like a few examples that you guys have come up with or found that contain heavy logic with description on what it does and what its used for if possible. And/Or/If/Integers and so on. If you guys would like to share please upload a few. Thanks!
  7. Could you please put comments by the steps that are being taken per line on that macro, it functions perfectly but i just don't know what its doing the + 3 totally threw me off. Reason being is that i have to process items within an email such as Name, Last name, address and so on, copy and paste into another window and would like to edit the macro to do so. Thank you!!!
  8. Would you be able to give an example on how to parse out the cunks by finding the markers? and the macro you have sounds very interesting as well ! Thank you!
  9. I am in need of a tree like macro that saves the data and then writes down that was selected. Example: 1a I like 2 a Fish sticks 2 b Sticks of fish 2 c Fish 1 b People like a2 Smiley faces b2 Weird key chains c2 powder water This is what i tried <MENU2:2:T:05:CenterCenter:Send a downtime for dumies.Choose!I am a He is a We are a><IFVAR2:1:01:1:A><MENU2:2:T:01:CenterCenter:Send a downtime for dumies.Choose!Fish stick Boom box Support><ENDIF><IFVAR2:1:01:1:B><MENU2:1:T:01:CenterCenter:Send a downtime for dumies.Choose!Central NEverous System Spider><ENDIF><IFVAR2:1:01:1:C><MENU2:2:T:01:CenterCenter:Send a downtime for dumies.Choose!South Park Touchpass cellular><ENDIF><REM2:T2 second part><IFVAR2:1:02:1:A><MENU2:2:T:02:CenterCenter:Send a downtime for dumies.Choose!Fish stick Boom box Support><ENDIF><IFVAR2:1:02:1:B><MENU2:2:T:02:CenterCenter:Send a downtime for dumies.Choose!Central NEverous System Spider><ENDIF><IFVAR2:1:02:1:C><MENU2:2:T:02:CenterCenter:Send a downtime for dumies.Choose!South Park Touchpass cellular><ENDIF> but its just a mess, runs into problems on the second click, help?
  10. After programing the menu how would one be able to add functions to it? I am a bit stuck while playing with this macro (very well done too) ty
×
×
  • Create New...