Hi gurus!
I have been searching and searching for information on scraping of websites using sub-classes.

The following code is my macro that scrapes information. In the returned text, there is a sub-class called "currency_label global_promo_selling_price global_price_underline".
Please Login or Register  to view this content.
If i use only "currency_label global_promo_selling_price global_price_underline" as class, too many hits are available. So, i want to use the above code for the first class but i want to modify the code so that after it finds "table_product_sales" (0), it should within that class find "currency_label global_promo_selling_price global_price_underline" (0).
Btw, this is the html code with the two classes i want to use:

GK gundam kit code.png

I have found plenty of information giving examples and help but haven't gotten any to work with my need.

Thanks in advance, you guys are great