solidworks

  1. U

    VBA Code to copy Solidworks files to another folder?

    My apologies if this is the incorrect place to psot this, the forum says all VBA questions so I believe this counts, anyway: Good morning, a coworker of mine asked me to take a look at his VBA for Solidworks and I'm stumped as to what the issue is. Basically, he is searching through old...
  2. C

    ActiveWorkbook.ReadOnly Object Variable error

    I have enough experience with VBA and macros to get into trouble, and this is my first post here. I have written a macro to be usde from Solidworks 2011 that opens an excel file, finds a part number(ModName) and then updates some values that are associated with that part number. After getting...
  3. T

    SolidWorks Excel VBA

    I am very new to writing VBA code and was hoping someone could help. I need a VBA that can alter an assembly of a cabinet in Solidworks. B1 is the height B2 is the depth B3 is the width C4 determines if there is a bottom options(Y or N) C5 determines the number of doors ( 1 or 2) I do not...
  4. R

    Open Excel File and Write to it from Another VBA Application

    I'm looking for a way to open excel and write to it from another VBA enabled application. I can open the file I want using: Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True objExcel.Workbooks.open ("C:\BoxSizes.xls") And I can loop through the solidworks files...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top