Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. freezorburn

    Every Spreadsheet in it owen excel Instant

    Version 2000 with Sp-3
  2. freezorburn

    Every Spreadsheet in it owen excel Instant

    The resone why Ineed this is we have values streaming. This sheet has things looping in it all time and does not allow anything else to open in it's excel intstance. I may have a solution. This code: Application.DisplayAlerts = False Application.IgnoreRemoteRequests = True...
  3. freezorburn

    Every Spreadsheet in it owen excel Instant

    Thank You but I guess I did not explain good enough. Double click on a XLS fil it opens Excel and then opens the file. Doble click on another XLS file it will open the file in the same instance of excel as the first file. (You can go to windows on the menu bar and select either file.) I need...
  4. freezorburn

    Every Spreadsheet in it owen excel Instant

    How do i make it the excel defualt that, every time a user double clicks on an .XLS spreadsheet it will open in its own instance of execel? The User can open from Windows explorer or desktop.
  5. freezorburn

    Excel in Edit mode

    Thank you all and this web site, I got it! The answer for me was to start a loop and do a sendKey "ECS" every x seconds. The loop dose not take any processer time if you delay the loop with the Sleep command. You must Declare The sleep function api. Private Declare Sub Sleep Lib "kernel32"...
  6. freezorburn

    Excel in Edit mode

    The user is editing a cell but never presses enter. The cursor blinks in the cell and no macros can run. I tried a loop that dose a sendkeys "esc" every 5 min and that works but the Loop kills the cpu usage. How can I get excel to get out of edit mode every 5 min or so? Please help.

Part and Inventory Search

Back
Top