arsmith646
New Member
- Joined
- Aug 17, 2015
- Messages
- 10
Hello,
I am a self-taught VBA writer, and my work is wanting me to do something beyond my knowledge. I have a table that contains Vendor, Platform, Model, Category, and Component. I need to have a list off to the side containing a list of Platforms and Components that can be added to, but the program needs to be able to search the table for the Platform and Component and store as well as concatenate and add each Model on a new line inside of one cell. The headings look like this.
[TABLE="width: 1932"]
<tbody>[TR]
[TD="class: xl71, width: 68"]Vendor[/TD]
[TD="class: xl70, width: 300"]Platform[/TD]
[TD="class: xl70, width: 824"]Model[/TD]
[TD="class: xl70, width: 86"]Category[/TD]
[TD="class: xl69, width: 95"]Component[/TD]
[TD="width: 72"][/TD]
[TD="width: 72"][/TD]
[TD="width: 72"][/TD]
[TD="class: xl68, width: 253"]Platform[/TD]
[TD="class: xl68, width: 90"]Component[/TD]
[/TR]
</tbody>[/TABLE]
The concatenated information needs to be then pasted into another worksheet in the corresponding Platform header and Component row. Please let me know if you need any clarification. Any help is appreciated. Thank you in advance!
I am a self-taught VBA writer, and my work is wanting me to do something beyond my knowledge. I have a table that contains Vendor, Platform, Model, Category, and Component. I need to have a list off to the side containing a list of Platforms and Components that can be added to, but the program needs to be able to search the table for the Platform and Component and store as well as concatenate and add each Model on a new line inside of one cell. The headings look like this.
[TABLE="width: 1932"]
<tbody>[TR]
[TD="class: xl71, width: 68"]Vendor[/TD]
[TD="class: xl70, width: 300"]Platform[/TD]
[TD="class: xl70, width: 824"]Model[/TD]
[TD="class: xl70, width: 86"]Category[/TD]
[TD="class: xl69, width: 95"]Component[/TD]
[TD="width: 72"][/TD]
[TD="width: 72"][/TD]
[TD="width: 72"][/TD]
[TD="class: xl68, width: 253"]Platform[/TD]
[TD="class: xl68, width: 90"]Component[/TD]
[/TR]
</tbody>[/TABLE]
The concatenated information needs to be then pasted into another worksheet in the corresponding Platform header and Component row. Please let me know if you need any clarification. Any help is appreciated. Thank you in advance!