SolidWorks Excel VBA

tbirdcarl

New Member
Joined
Jul 12, 2011
Messages
13
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 need the SolidWorks code. I need to know whether to use IF statements, Select Case, or if there is something I do not know about that would make this easier.
This is to tell what parts to select in the assembly


Please let me know if you need to have more information.
Any information is much appreciated.
I am using windows 7 and an older version of Excel 2000
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I think it would be best to first determine whether there is a bottom or not
Then number of doors, and finally last to deal with the dimensions ( I can already alter dimensions on a generic cabinet.
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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