Hi Guys,
i want to do 2 things:
1) Import CSV table in format like:
"Col1","Col2","Col3"
"1","2",""
"","3","4"
into Excel activesheet.
2) If listobject not exists just create new listobject.
3) If listobject exists just refresh whole table to get the same result like in CSV (for example data added, column deleted and so on).
I tried with ADODB object :
but it failed for me - the varCsvData variant array is empty.![]()
Please Login or Register to view this content.
and i tried this code:
but i am getting:![]()
Please Login or Register to view this content.
Screenshot_106.png
Maybe i could use somehow power query formula through VBA to change it dynamically and use query?
I do not know,
please help,
Best Wishes,
Jacek
Bookmarks