Hello there,
I have the below variable which stores a text string (comma separated) from some previous process.
This needs to be reflected in a table (to be placed on Table Header Column 2).
Please find attached the Sample Workbook.xlsm, which copies the variable string in the clipboard and paste it in the table as seen in Fig 1.0
I would like it to be working as seen in Fig 1.1
The Could you please help, how this can be done in a much simpler way in VBA?
lText_CSV can contain more than 10,000 lines and more than 300 Columns
lText_CSV =
"OBJECT_NAME,OBJECT_TYPE,COUNT_RECORDS
WORLD1,Table,604
WORLD2,VIEW,"
When you do a paste it includes everything on the second column:
Fig 1.0
This how it should be:
Fig 1.1
Thank you and look forward to hearing from you.
Regards,
Don
I have the below variable which stores a text string (comma separated) from some previous process.
This needs to be reflected in a table (to be placed on Table Header Column 2).
Please find attached the Sample Workbook.xlsm, which copies the variable string in the clipboard and paste it in the table as seen in Fig 1.0
I would like it to be working as seen in Fig 1.1
The Could you please help, how this can be done in a much simpler way in VBA?
lText_CSV can contain more than 10,000 lines and more than 300 Columns
lText_CSV =
"OBJECT_NAME,OBJECT_TYPE,COUNT_RECORDS
WORLD1,Table,604
WORLD2,VIEW,"
When you do a paste it includes everything on the second column:
Fig 1.0
This how it should be:
Fig 1.1
Thank you and look forward to hearing from you.
Regards,
Don
Attachments
Last edited: