View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rick_mc rick_mc is offline
external usenet poster
 
Posts: 13
Default Macro adding line

I need to create a macro that runs a SQL query and assigns the output to the
next row in the report. The report is additive, new data is always added to
the next available row. How do you assign the SQL output to the next row?