Search found 3 matches
- Fri Sep 29, 2023 5:16 am
- Forum: API
- Topic: change properties of assemblies and parts from an excel list
- Replies: 7
- Views: 2234
Re: change properties of assemblies and parts from an excel list
Hi, check out SWie: https://sloworks.fi/muut/ Thank you for your answer, but Swie doesn't work for me, it said "an activeX component cannot create an object" stopped at: "Set swApp = CreateObject("SldWorks.Application.31")" Does your vba only work with parts slddrw? or...
- Fri Jun 16, 2023 9:49 am
- Forum: API
- Topic: change properties of assemblies and parts from an excel list
- Replies: 7
- Views: 2234
Re: change properties of assemblies and parts from an excel list
Dim MAT1 As String Dim MAT2 As String Dim MAT3 As String Dim MATA1 As String Dim MATA2 As String Dim MATA3 As String Dim MATB1 As String Dim MATB2 As String Dim MATB3 As String Dim FIN1 As String Dim FIN2 As String Dim FIN3 As String Dim FINA1 As String Dim FINA2 As String Dim FINA3 As String Dim F...
- Fri Jun 16, 2023 9:48 am
- Forum: API
- Topic: change properties of assemblies and parts from an excel list
- Replies: 7
- Views: 2234
change properties of assemblies and parts from an excel list
Hello, I'ts my 1st post, i'm French and noob in VBA so please be friendly and understanding :lol: i need to change properties of a lot of files because my clients often change their minds and decide that their shelves would look better in blue rather than red for example. I imagined an excel table i...