Hi all,
I need to enter filepath from excel coloumn in dialog box , this dialog box is popup window on click of browse button in a webpage.
I am able to fetch filepath value from excel in VB and am able to click browse button but can't enter this filepath.
Cursor is blinking on FilePath in popup window but am not able to enter value in it.
Code I tried :-
IEBrowser.document.getElementById("file").value= "C:\abc.txt
IEBrowser.document.getElementById("file").Click
May I know if you can help me.
Regards
Rahul
I need to enter filepath from excel coloumn in dialog box , this dialog box is popup window on click of browse button in a webpage.
I am able to fetch filepath value from excel in VB and am able to click browse button but can't enter this filepath.
Cursor is blinking on FilePath in popup window but am not able to enter value in it.
Code I tried :-
IEBrowser.document.getElementById("file").value= "C:\abc.txt
IEBrowser.document.getElementById("file").Click
May I know if you can help me.
Regards
Rahul