View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Insert data returned from Procedure at 46th Row

Payal,

It depends entirely on the procedure that "returns records".
Perhaps you could provide a few more details.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Payal" wrote in message
m...
I have a procedure which returns records. I need to Insert data
starting from 46 row. Each time the sheet is refreshed, data

should be
refreshed.

How can I do this programatically.
-Payal