Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
omartin
in reply to: ABoaro

At first glance; Public Dim PartPropertiesFileAddr As String = "04_Part_iProperties.xlsm"

looks suspicious is this the correct file you want to use? Also when you are assigning objects to variables it is good to check for null before using them. this will help with debugging or you can use try/catch blocks with a messageBox for these assignment to know exactly where it is failing

Was my reply Helpful ? send a Kudos or accept as solution