Jump to content
Macro Express Forums

Shawn00_88

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Shawn00_88

  1. Hi, i was trying to see if there was a way that ME shows how many licenses you have. I found who originally purchased it for our company but now how many. Thanks, Shawn
  2. I'm a raider fan =/ one day we will get better probably once al davis is no longer in charge of anything.
  3. I work for a company and use it, even though im the only one at this office that uses it. Alot of how I use it is for transfering customer information and also checking their accounts for different things.
  4. Nah i went ahead created a new macro file and imported all of my build macros and the new file says says 248kb, thanks though
  5. kevin do you know why my file size could have jumped so much? It's at 4.3mb and only has the 6 system macro's and 7 of my macro's. Previously it was 231kb
  6. nevermind importing is alot easier to do, it's just been awhile since i had to do any of this sorry lol
  7. I was able to export the update i wanted, which does not include 3 macro's that are entirely new. The way i had to do the update was make a copy of my network macro (old) save to desktop and actually add the new 50 lines by hand then export, though i had try this on 3 computers before it worked 2 of the computers wouldn't export the macro even with file size of 231kb and I would still like to hear how something i included in a macro made the file size jump from 231kb to 4.3mb if anyone has any idea's.
  8. Hi, I am having issue's exporting last time i exported was about a month ago at that time the macro size was only 231kb that includes about 5 macro's only 1 was changed. Today i go to export and it is locking up and somehow my macro file says it is now 4.3mb. Any way to check the size of each individual macro? I do have some macro's that i am not trying to export that are new but nothing above a few hundred lines. The main macro is 230k characters and 11250 lines but last time i exported it was already over 11k lines of macro. Any idea's? Thanks, Shawn
  9. I'm still fairly new at this but do you know what the pixel color is going to be? example black is 0 get pixel color in N1 If N1 = 0 play .wav file end if this also would allow you to do multiple wav files for different colors, if im wrong sorry but i wanted to take a stab before the guru's answered Edit: didn't mean to qoute
  10. Hey everyone, I was trying to figure if this works. I am trying to set something in a macro that checks the date of an account. Now i know how to get the date into a variable and i can set another variable for 6 months from todays date(would this need updated daily?) but is it possible to even compare these two variables or if there is another way to do it let me know. For my project customers date has to be before todays date - 6 months ex. Today 11/11/2009 cust must be before 5/11/2009 T1 copied account date from customers info T2 todays date minus 6 months essentially want that N1 is going to be set to 0 and if customers date is not 6 months old change n1 to 1, if n1 = 1 then macro stop (well will be a fail and note out spreadsheet) i was trying to figure ways to compare these two variables or even if there was a way to copy customers date and add 6 months must not be greater (future) todays date. Thanks for any help
  11. Hi, i was wondering if this concept would work. My supervisor and I get alot of faxes that we have to hand out, now if we were to get something like efax to have all faxes be stored on computer it shouldn't be too hard to create a macro to go through and email them to the appropriate people right? Also what do you guys use ME to automate in the office? Other then working for this client the company i work for doesn't automate anything that i know of but because we have a client i am the only one using ME. Just looking for idea's. Thank You!!
  12. thanks will try that instead =), now i just have to figure out how to copy something that can be in multiple locations and that have the same pixel color as the other account numbers i dont want copied..... example when i search by social for canceled accounts it gives me 0-5 on screen, i have the macro set to go through them on a loop with #, variable location however when it finds one that is in collections i want it to copy that one which until now i have only copied from fixed locations Is this possible? our program is like account #| name | type | status | account #| name | type | status | account #| name | type | status | account #| name | type | status | Also it has to be copied on that window i have yet to find a place once i open the account for it to get the Account # which i would be able to copy it from because i have successfully put in a copy from a window in an open account Did i mention thanks =)
  13. no clue there, most of what i've done i look at other places in the macro and do 1 step at a time until it works =) My problem came back (only when i run it on Fast) NVM a 5th window is coming up on this account =)
  14. I fixed it, i believe i had a delay in a wrong spot. When the guy from the company we are doing this for comes back from vacation he's going to be amazed lol Considering when i talked to him the day before he went on vacation i am almost sure i sounded like an Idiot and he wont be back until the 8th of September. Ideally we want this to run without requiring someone to have to check each computer every 5-10 minute's and i think we are getting there. I run the macro on 8 computers and normally if a computer goes 10 accounts without stopping its amazing but today one computer went 35 without stopping and i have exported this patch yet because there's still a thing or two I'm tweaking. Even with the macro on fast it takes 3-5 minutes to run 1 account, if i have to make an account its more like 10-20 =( lol
  15. If you didn't read my other post I'm new to Macro express but learning pretty quick. Problem is that with my program I'm using ME3 on it usually pops up 4 window's at this certain point in my macro but not always sometimes it is only popping up 3, i figured if i put in a pixel check as follows it should work or am i misunderstanding something Get Pixel Screen Coords: 600, 190 into %N51% If Variable %N51% = 12632256 mouse move screen 30, 220 mouse left click button End if I have tried with and without delays, this is the ONLY time N51 is used however the macro is doing the left click regardless if the 4th window is up or down and the pixel colors are different if only 3 window's pop up clicking 30,220 would open the fourth. 3 window's pixel color is 12632256 when 4 window's open pixel color is 13071630
  16. Well it has to be big for what it does, it screens so much but it also has to copy a lot, like i said there's around 130 variables right now and some are used more then once The macro takes an account from excel plugs it into our program, then it checks to make sure account is not cancelled next it checks account type if that is all fine it copies the SSN goes back to search window search's by SSN to check if they have accounts that are canceled if any accounts are canceled it has to check (my patch finished yesterday) if the account is settled or in collections. If that's fine it goes back to the main account window and has to copy first middle last name separately, copy each address field separately (# st name and type. city state zipcode) it also copies their account information(the information with us not the same as the personal info i listed), any authorized users, ID (drivers license/ state/ military) info, Birthday..... Up to the birthday is a little more then halfway through the macro but it also has to paste all that information back in a new account.
  17. So all i have to do is toss N=50 Above the block i want to skip and then add a end if and a few mouse movements to close windows. and N50=1 will be a few mouse movements to close a few window's Other question I can't find the value of a variable and don't understand these 2 line's N21 is not set anywhere in the macro before these 2 line's Variable Set Integer N21 = 0 Repeat Until N21 = 1 When i run my macro in the copy that i have been editing i get a error saying no repeat end However when i run the macro before i started editing which has the same 3 lines it continue's fine (except it kicks out some accounts that i don't want it to aka patch im working on) EDIT: Nevermind the repeat issue i don't understand it but i figured out where i messed up and got the repeat error....Also i finished my first patch without the guy that created the macro which is now at 8659 lines..... little big for my first time playing with this program lol
  18. Hi, I am very new to the macro express and have currently been thrown into patching and editing a macro over 8500 lines and variables T1-T99 and N1-N50. Until 2 weeks ago i had never used this other then start and set up hot keys. I have been able to do slight modifications such as adding to things already there (normally a certain account type needs to be added and all i had to do is copy 4 lines paste and edit the account type. My job is at a call center and until recently the company that we work for did this all themselves. I do have a contact with the person that created the macro and he has helped some but I don't want to take too much of his time as he probably has other stuff to do. Plus he went on vacation for 2 weeks =/. Our macro uses a program and excel. Basic explanation. copies account # from excel, puts it to program pulls up account copies account info, creates new account. however there are alot of variables and if commands. My biggest block so far is all the indents that i don't understand. My current issue is that the macro is suppose to make sure that if old accounts have a balance it kicks it out however there are accounts with balances that are Settled in Full, i am trying to put in a patch that copies the location of where it would say settled in full Account (SIFA) to variable set string T70 from clipboard (the rest of this i have no clue if I am even on the right track BUT) the rest is....If variable T70 contains SIFA, variable set integer N50 to 1 End if If variable t70 Does Not Contain SIFA , variable set integer to 0, End if Now after this if N50 = 1 i need it to skip a block of lines, do these line's have to be right after if N50 =1 ? and then if N50 = 0 then i need it to continue with the line's of code that will kick this account out. Thanks for any help Also sorry i can't upload our macro which im sure would make it much easier to help me
×
×
  • Create New...