View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kaval Kaval is offline
external usenet poster
 
Posts: 23
Default Dropping Tables into Worksheets

I have a VB routine that accumulates data into a dynamic table (the
dimensions will vary). What is the easy way to place the data from the table
into a worksheet. Can I do this by specifying just the top left cell on the
spreadsheet?

Thanks, Kaval