Jack sparrow
New Member
hello everyone i am creating a crawler using excel VBA and here is extract of my code
now i want to edit that code in such a way that instead of 1252 i want content of active cell and instead of TOMATINO i want content of cell right to active cell
Post Moved by Mod
.
Code:
Source = Web.Page(Web.Contents(""https://www.abc.com/xyz/tutorial.jsp?symbolCode=1252&symbol=TOMATINO""))
now i want to edit that code in such a way that instead of 1252 i want content of active cell and instead of TOMATINO i want content of cell right to active cell
Post Moved by Mod
.