Excel 2010 - How to Load VBA Web Browser in Multiple User Forms Q & A

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • Excel 2010 - How to Load VBA Web Browser in Multiple User Forms Q & A
    Handy Excel Resources
    amzn.to/3gFx7s1 - Excel Formulas & Functions For Dummies 5th Edition
    amzn.to/3sYnuH6 - Microsoft Excel 2019 VBA and Macros
    amzn.to/2PqXhU0 - MICROSOFT EXCEL VBA AND MACROS FOR BEGINNERS:
    amzn.to/3xtsLtM - Microsoft Excel VBA Programming for the Absolute Beginner
    amzn.to/3xwkEg0 - Excel 2019 Bible
    amzn.to/3aJEHxW - EXCEL 2020 FOR BEGINNERS
    As an Amazon Associate, I earn from qualifying purchases. Product prices and availability are subject to change.

Комментарии • 13

  • @jamespruett27
    @jamespruett27 7 лет назад

    Newbie here. How to attach to an existing IEbrowser. Is that a good way to go for entering UN/PW related stuff? Thanks for posting!

  • @excelfan85
    @excelfan85 9 лет назад

    Great to have you back doing videos thanks for the tutorial

  • @tysonprice
    @tysonprice 9 лет назад

    Great video Alex, I have a localhost html file, is it possible to post changes to this page using excel vba with the data on various sheets?I am using input boxes on the html page.

  • @kaushikpatel9864
    @kaushikpatel9864 4 года назад

    Can we open any link by using multiple link used columns range A5:A20

  • @arcelorozco8670
    @arcelorozco8670 9 лет назад

    I want to be able to pull info from a website using a command button. Can you make a video on that please?

  • @syaoran1988
    @syaoran1988 9 лет назад

    Hi, is it posible to change the default browser from internet explorer to firefox for example.

    • @alexcantu3
      @alexcantu3  9 лет назад

      +syaoran1988 Nope, not possible to switch it out. The code is an API built by Microsoft for Internet Explorer. I do use the Selenium Wrapper though, which will give you the ability to use Firefox or Chrome, and it even has a built in code recorder. :) Check it out here: code.google.com/p/selenium-vba/
      Maybe a future video series?

    • @syaoran1988
      @syaoran1988 9 лет назад

      +Alex Cantu Thanks!!!

  • @daragonamario1320
    @daragonamario1320 9 лет назад

    Great Tutorial!

  • @insanbiasa-77
    @insanbiasa-77 4 года назад

    How open userform webbrowser with chrome

  • @DesignBanda
    @DesignBanda 8 лет назад

    Try if you can run google maps on that brower... I can't run it... it says ""It appears to be using an unsupported browser."

    • @guitarwinds
      @guitarwinds 8 лет назад +2

      Google maps used to work. Google made a change their their map system like a year or two ago which disabled you from being able to use it in excel. You can use Bing Maps instead though, it still works.

  • @linaseptiani2994
    @linaseptiani2994 2 года назад

    How to set the zoom in or out percentage of that WebBrowser1 when that form do initialize????????
    Sub Abcde()
    WebBrowser1.Zoom = 80%
    End Sub
    Anyone correct ????