Jump to content
Macro Express Forums

thoraldus

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by thoraldus

  1. I've found a simple solution that works for me. I have a macro that runs every night that restarts MEP. Rick
  2. I run Windows 7 64 bit. Have had the system "freeze" symptom while running MEP. System thaws after killing all MEP processes. I put "freeze" in quotes because although the system response is VERY VERY slow, if you wait long enough you can bring up the task manager and kill the MEP processes without logging out. I have tried killing everything except MEP and could not find any other process that was interacting in a bad way with MEP. I currently am only running one very simple scheduled macro that periodically moves a file form one directory to another. Rick
  3. What version of Excel are you using. In Excel 2007 you can use an Excel function to find the last cell in the spreadsheet. [HOME] [FIND & SELECT] [GO TO SPECIAL] [LAST CELL] If you add the [GO TO SPECIAL] menu item to your custom ribbon you can then access it with an ALT-'n' key sequence where 'n' is the numbered position of the shortcut icon on the ribbon. Then getting to the next line from the last active cell would be ALT 'n' ALT s DOWN ARROW Hope this helps. Edit: Excel should remember and return to the last active cell when you open it. Therefore you have an opportunity to set that position before you close the program.
  4. Can MEP control specific inputs on an audio device? Is it possible to control for example, the line input [Mute/Unmute] [set Level], etc? Thanks for any suggestions. Rick
  5. This is my approach ... Switch (N1) Case: 0 Macro Run: MAC0 End Case Case: 1 Macro Run: MAC1 End Case End Switch etc. With a "Macro Return" in each call to an external macro above the code will continue after the "End Switch" statement. Not quite the functionality of a GOTO but usable.
  6. Well it's been almost 2 years now. Any chance we will get these options? They could be VERY useful. In fact, I need them right now for some code I'm writing. ;-)
×
×
  • Create New...