Have also tried using an ADO recordset with the following code, same results, posts to Sheet 1 but not sheet2. I think the problem is in the Excel code, but I'm very new to using Excel specific code. Here is ADO code, if it helps
Dim rst As New ADODB.Recordset
Dim strDB As String...