Hi Everyone,
I am creating a macro that should open a webpage and then take the value from a cell in Excelsheet and paste into a Text Box in a Webpage.
for time being am passing the cell value from code itself instead of taking from excelsheet. My initial step is to access the Tex tbox in the webpage. for that I took the ID of the text box.
Am getting "Run Time error 91 : Object variable or With block variable not set " on the line where i try to pass the value for the text box.
The following is the HTML of that textbox
am i taking the correct ID of that textbox?
Please help me to overcome this error.
Bookmarks