Dim FrameInfo as String
If MultiPage_ConnectDirect_Connection.Pages("Data_ConnectDirect_Frame_Contact").Value = "" And _
MultiPage_ConnectDirect_Connection.Pages("Data_ConnectDirect_Frame_Phone").Value = "" And _End If
MultiPage_ConnectDirect_Connection.Pages("Data_ConnectDirect_Frame_Email").Value = "" And _
MultiPage_ConnectDirect_Connection.Pages("Data_ConnectDirect_Frame_HostIP").Value = "" Then
FrameInfo = "NotStarted"
The Excel file was created in this install of Office 2010, I am not calling any outside database, and I have no dll references. In short, I'm not doing any of the interesting things that seem to be the common causes of this particular error. Anyone aware of other possible causes?