Hi experts ,
I have a VBA procedure, where I have manged to calculate the data i need, and in the immidiate windows I am able get the output that would need by adding debug.print in a loop
for eg . debug.pring , a , b ,c d
what is the best way to put this data in a table, should I create a new table everytime i run this ?? , as this data will keep changing, will I have to put this into a recordset and then into a table? Also would be great if you could give some example a code of how to do this .
Thanks
Start Free Trial