How to check – object variable or with block variable not set? I have the sample detail: Dim Field_Name, Datatype, row As Integer Field_Name = Worksheets(i).UsedRange.Find("Field Name").Column Datatype = Worksheets(i).UsedRange.Find("Datatype").Column row = Worksheets(i).UsedRange.Find("Field Name").row ...