I have a vb script which copy n number of columns from one workbook to another as of now I am using below code to copy which is copying upto only certain columns (In this case H).
Columns("A:H").Copy
How do I copy the till the last data filled column?
 
     
     
    