Recent content by sdruley

  1. S

    Windows 7 System Priority

    Pat, I now have the following; but I am still getting the run time error -2147024894 (80070002) Automation error at the last line of code: "The system could not find the file specified". Sub ExecutePriorityBAT()Dim wshThisShell As WshShell Dim lngRet As Long Dim strShellCommand As String Dim...
  2. S

    Windows 7 System Priority

    So, I can run your suggested bat in the following vba code... Sub ExecuteBAT()Dim wshThisShell As WshShell Dim lngRet As Long Dim strShellCommand As String Dim strBatchPath As String Set wshThisShell = New WshShell strBatchPath = "start /high %windir%\C:\TTND\Picasso.xlsm" strShellCommand =...
  3. S

    Windows 7 System Priority

    Pat, Your response was timely and professional. I would like to know if there is a way to set up a bat file to do the above. Steve
  4. S

    Windows 7 System Priority

    I have an important app running in Excel that takes 7 hours to complete. During that time the focus of the app is somehow diverted to something else in the Windows environment. When this happens the Excel program stops in its tracks until I click on it to give it back the focus. How can I...
  5. S

    Windows 7 Registering an Automation Server - File Name is truncated

    When you build an Automation server, it is registered automatically on the computer upon which it is built. On any other computer the registration process will have to be done manually by entering the following into the administrative command prompt: REGSVR32 C:\Program Files (x86)\NinjaTrader...
  6. S

    Windows 7 Excel 2010 64 bit File will not open

    Well, I actually have two questions in one night. Here is the second one: The last system change I made to Excel was to be able to open files as an Administrator. I managed to do that but I don't know how to reverse this. So why am I concerned? Ever since I did this I have not been able to open...
  7. S

    Windows 7 Phantom Add-ins

    The attached SnagIt capture demonstrates all of the weird add-ins I am getting in my Excel app. I am wondering if this is a security problem since I can't locate any of them in my file search
  8. S

    Windows 7 Black Excel Screen

    Problem Solved: The particular Workbook triggering the "Black Secondary Screen" problem was replicating itself in the VBAProject explorer. Upon removing the com addins associated with this Workbook, the replication ceased and the screen problem disappeared.
  9. S

    Windows 7 Black Excel Screen

    Using Uniblue scanner I identified the following drivers as being out of date. Which one(s) should I download?
  10. S

    Windows 7 Black Excel Screen

    I am running windows 7 64 bit with office 64 bit with 12 cores. I have a rather large Excel 2010 application that uses a great deal of cpu capacity. When my CPU capacity reaches 50%, my screens inside of the Excel windows go black and the system clock stops working. While this is happening I am...
  11. S

    Windows 7 Home Network Should be Simple

    Trouble, I finally got the Homegroup to work after I changed the PC name on my second computer... they both had the same name.
  12. S

    Windows 7 Home Network Should be Simple

    Trouble, I feel badly that I am bothering you on this issue. the help you gave me worked, in that the main computer was able to create a homegroup. But when I try the second computer to join the group is says that there is no group in existance
  13. S

    Windows 7 Home Network Should be Simple

    Trouble, I like your new purple glasses. Oh dear, but this is too complicated for me. If I pay you could you get on my machine and fix this thing? Steve
  14. S

    Windows 7 Home Network Should be Simple

    Hi Trouble, I followed the procedure that you referenced and I keep getting the error Your network connection must have IPv6 enabled to create or join a homegroup... But when I go there to enable it, it is already enabled bummer
Back
Top