View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jamesea jamesea is offline
external usenet poster
 
Posts: 8
Default Inserting tables with macros

Im trying to use a macro to get a table from one spreadsheet and place it in
another, then directly underneath this I need to insert another table. I have
this macro in place but the tables will have a different amount of rowes each
time I need to perform the macro. What macro would I use to enable me to
insert the second table one line under where the first table finishes,
regardless of how long the table is? Any ideas?