copycolumn

  1. J

    Copy column to another collection - Code Stage

    Hi All. I have a collection with 40 columns I need to copy one specific column with all the data in that column to another new empty collection, which will only contain the data from this column. From there on, the values will be checked for different rules, e.g. correct format, length etc...
  2. M

    Copy Column from one sheet to another

    The below code is not working in BP. Can anyone help? it shows "Not delared/Not memeber" errors. Do i need to add any namespace. Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open ("U:\XXXX") objExcel.Visible = True...
Top