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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Rekd

  1. Rekd

    VBA to Minimize Solidworks from Solidworks OR Excel

    The code I tried and deleted was typed into existing code that's used for somethig else. It was only a line at a time and I didn't keep it because it didn't work. If you want to see the code it's below, if another user can use it that's great. Its a fairly large macro that I run from Excel. It...
  2. Rekd

    VBA to Minimize Solidworks from Solidworks OR Excel

    I haven't kept any code because I can't get it to work (see below). I do have a reference to Soliworks ad I have been able to close open docs from Excel...
  3. Rekd

    VBA to Minimize Solidworks from Solidworks OR Excel

    I've been doing most of my coding in Excel, including this. I looked through the object model and couldn't find any referenc to the SW Window.
  4. Rekd

    VBA to Minimize Solidworks from Solidworks OR Excel

    Thanks for the reply. Yes, I use Lenny's quite a bit but I couldn't find anything for what I need there.
  5. Rekd

    VBA to Minimize Solidworks from Solidworks OR Excel

    I've been trying to find VBA code to minimize the Solidworks window. I want to close the current doc then minimize SW, I've got the close current doc part using swApp.CloseDoc (OpenDoc) but can't figure out how to minimize. I've tried various versions of Application.Windowstate=1 but it...

Part and Inventory Search

Back
Top