i want to copy the game name in front of Casual Games for eg :
Casual Games Virtual Villagers: The Lost Children
All Games
> Casual Games
> Virtual Villagers: The Lost Children
have made this in vba following is my code. but this is not working
you ll get all the info from here http://store.steampowered.com/app/16110
bunch = GetText2(Strhtml, "Casual Games", "")
Sheet3.Cells(i, 2) = GetText2(bunch, "=game_name>", "
please help me.
Casual Games Virtual Villagers: The Lost Children
All Games
> Casual Games
> Virtual Villagers: The Lost Children
have made this in vba following is my code. but this is not working
you ll get all the info from here http://store.steampowered.com/app/16110
bunch = GetText2(Strhtml, "Casual Games", "")
Sheet3.Cells(i, 2) = GetText2(bunch, "=game_name>", "
please help me.
Last edited by a moderator: