ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
VVVito Vabo03/07/2024

As the title says, I recorded a macro, but when I try to run it error 91 shows up " Object variable or With block variable not set.  The issue appears to be myTable.Text(3, 1) = "1". This is my second macro ever, I am not a programmer either so please forgive me if something is wrong and go easy on me

Dim swApp As Object Dim Part As Object Dim boolstatus As Boolean Dim longstatus As Long, longwarnings