webbrowser

  1. Jaafar Tribak

    Animated GIF placed on the UserForm Title Bar (Pseudo-Icon)

    Hi, For a static icon, sending the WM_SETICON to the UserForm window is the standard way and it is straightforward. However, for an animated icon, we would need to use multiple images\frames and periodically alternate them in a timer procedure or in a loop. This can become quite tedious and has...
  2. R

    Excel Userform WebBrowser stop Newwindow

    Hi all, I got an issue with Excel userform Microsoft webbrowser. Purpose of my userform/macro: - Searching cell value in Webbrowser to view info on specified websites. Webbrowser1.Navigate = "https://www.digikey.nl/products/en?keywords=" & textbox1.text The problem is that: - I can't follow...
  3. K

    Excel VBA: WebBrowser Control Is Not Working In Windows 10

    Hi, I have a webbrowser control in a form, where a html files contents shows in it, it is working fine in windows 7, but I don't know it is not working in Windows 10. Code Not Working:- below code fires on click event of a button If Sheet1.CheckBoxes("chkMailBody").Value = 1 Then...
  4. R

    VBA Webbrowser control disappears from multipage site after switching between Page1 and Page2 multipage sites

    VBA Webbrowser control disappears from multipage site after switching between Page1 and Page2 multipage sites.Is there a solution/code to this problem witDisappearshout using the Tab Strip control?
  5. T

    Webbrowsers randomly stops animating when macros are running...

    Hi, Here's an example of the bug I have... I have 3 webbrowsers created in a Spreadsheet. In VBA, I insert an animated Gif in the first Webbrowser with ActiveSheet.WebBrowser1.Navigate "....path of the animated gif..." THE MACRO PART WORKS FINE! The first Webbrowser get the animated Gif and it...
  6. C

    Listview and Webbrowser control problems when placed on Multipage control

    Just wondering whether anyone has come across this issue, and if so has any solutions? I am currently building a dashboard which utilises a userform, on which there is a multipage control. On a number of pages of the multipage (but not all), there is a listview control or a webbrowser control...
  7. G

    IE Automation VBA - method 'document' of object 'iwebbrowser2' failed

    Hi, As first I need to say I'm very new to VBA. I have took upon myself to build an automation for IE for my departament which when done will go to the website and put reference number in and search for certain client info. I got stuck on very first hurdle and been researching internat for past...
  8. F

    UserForm, WebBrowser, Image

    Hey guys, I have a UserForm with a WebBrowser that shows a google static map. The problem now is how can I use a image as a watermark for the WebBrowser?
  9. Dave Punky

    VBA WebBrowser Control - Search for String

    Hi all, I'm trying to use the Microsoft Web Browser additional control on a userform within Excel VBA but I'm having problems trying to find a string within the document. Basically I have the page loaded within the web control, but what I want to do is search for a string and the 5 characters...
  10. K

    Issue with WebBrowser1.Navigate

    Hi, I am having an issue with embeddable map from Google fusion and excel 2010. Until now, I could easily embed a map into excel 2007 using this code: However, my company upgraded to Office 2010 and I now face an issue that I can't explain. When the workbook loads, I get a script error...
  11. S

    Excel VBA - Use webbrowser control to navigate to a page with "basic access authentication"

    Hi All, I am writing a program which downloads an excel document from a website. This website is protected with "basic access authentication", so I would like to know how to do this. I have already got to the stage of using a webbrowser userform control, navigate2 in particular. Thankyou, Any...
  12. G

    WebBrowser control bug, Excel 2007

    I searched the forums, and found a similar thread, but the problem was different: http://www.mrexcel.com/forum/showthread.php?p=2225310&highlight=multipage+webBrowser#post2225310 I've come across a bug that i've replicated on 2 different computers using Excel 2007. Add a UserForm. Add a...
  13. J

    Command Button In Front of Web Browser

    I don't know if this is possible, I have searched and searched and couldn't find an answer. Is it possible to display command buttons in front of a web browser on a userform??? I have tried clicking on bring to front option several times but it still remains behind the userform when I run...
  14. somnath_it2006

    Extract data from webpage using IE

    Hi All, From last few days I was working on website crawlers (Sorry I don't know the exact word). By using some references I used IE control for extract data from website as per form submitting and etc.. And this is working very effectively in Data Extraction. Here I am just sharing that...
  15. somnath_it2006

    Invoke JavaScript hyper link in WebBrowser control

    Good Morning All, I am using WebBrowser control in UserForm for extract some data from website. WebBrowser1.Document.All.Item("ROC").Value = "RC205" WebBrowser1.Document.All.Item("registrationNumber").Value = "134936" By using above code I can fill the input properties on webpage but I want...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top