Recent content by AmyT

  1. A

    Compare two excel worksheets

    Thanks for the tip.
  2. A

    Solved How to append timestamp to filename

    Thanks! This worked. I saved the Formatted value as a text and appended it to the filename variable.
  3. A

    Solved How to append timestamp to filename

    I am writing a collection to a file, and have chosen the Utilities- File Management and append to file. Is there a way to append a timestamp to the filename, so that multiple runs of the process will create different files, rather than appending it to the file. I tried concatenating the Now()...
  4. A

    Compare two excel worksheets

    Apologize for the confusion- I had earlier used 2 loops which is brutally inefficient, I prefer the solution recommended by you and will be updating the process. Thanks for the tip.
  5. A

    How to remove duplicates from a excel column

    I have an excel spreadsheet with a number of columns,(userid, timestamp, ip address etc). I would like to extract only the unique userids to a collection. What is the best way to do so?
  6. A

    Compare two excel worksheets

    Thank you! I did this with 2 loops and comparing the values
  7. A

    Compare two excel worksheets

    I would like to compare 2 excel workbooks. Each workbook has a sheet and one column with user id. One workbook is the master file (say file A) and the other is a smaller file (say file B). I have read each of the workbooks in a collection each . I would like to identify all those users in file...
Top