Jump to new line after the first record is displayed

  • Thread starter Thread starter ajitpalsingh200
  • Start date Start date
A

ajitpalsingh200

Actually the query i controlled by the FOR loop...It goes through one b
one...

So how do i insert a break line
 
maybe the problem lies in....


With ActiveSheet.QueryTables.Add(Connection:=Array(Arra y( _ .....
Destination:=Range("A1"))
 
Back
Top