hi guys,
i need to insert data from a csv file to an excel worksheet (attached), using VBA/macro, not copy-paste.
the conditions are:
- can browse to located the csv file (from button in worksheet "input").
- data from csv file should be inserted below last data in that worksheet (not always from row 8).
- first row (as header) & first column in csv file not included; where:
- Question 001 - Question 010 should be in "ID No" column
- Question 011 - Question 022 should be in "NAME" column
- each question 023 - question 047 should be in column C to AA, respectively.
thank you
Bookmarks