Hi,
how do I add a range to dictionary using VBA? As an example shown below, using Product as key and Order as value:
[TABLE="width: 128"]
<tbody>[TR]
[TD="class: xl63, width: 64"]Product[/TD]
[TD="class: xl63, width: 64"]Order[/TD]
[/TR]
[TR]
[TD="class: xl64"]Chair[/TD]
[TD="class: xl64"]10[/TD]
[/TR]
[TR]
[TD="class: xl64"]Table[/TD]
[TD="class: xl64"]5[/TD]
[/TR]
[TR]
[TD="class: xl64"]Pencil[/TD]
[TD="class: xl64"]20[/TD]
[/TR]
[TR]
[TD="class: xl64"]Pen[/TD]
[TD="class: xl64"]30[/TD]
[/TR]
[TR]
[TD="class: xl64"]Printer[/TD]
[TD="class: xl64"]1[/TD]
[/TR]
[TR]
[TD="class: xl64"]Phone[/TD]
[TD="class: xl64"]5[/TD]
[/TR]
</tbody>[/TABLE]
Thank you!
how do I add a range to dictionary using VBA? As an example shown below, using Product as key and Order as value:
[TABLE="width: 128"]
<tbody>[TR]
[TD="class: xl63, width: 64"]Product[/TD]
[TD="class: xl63, width: 64"]Order[/TD]
[/TR]
[TR]
[TD="class: xl64"]Chair[/TD]
[TD="class: xl64"]10[/TD]
[/TR]
[TR]
[TD="class: xl64"]Table[/TD]
[TD="class: xl64"]5[/TD]
[/TR]
[TR]
[TD="class: xl64"]Pencil[/TD]
[TD="class: xl64"]20[/TD]
[/TR]
[TR]
[TD="class: xl64"]Pen[/TD]
[TD="class: xl64"]30[/TD]
[/TR]
[TR]
[TD="class: xl64"]Printer[/TD]
[TD="class: xl64"]1[/TD]
[/TR]
[TR]
[TD="class: xl64"]Phone[/TD]
[TD="class: xl64"]5[/TD]
[/TR]
</tbody>[/TABLE]
Thank you!