browser

  1. S

    VBA - Embed web browser and access session?

    I've got a web page that I can send a generated URL and the page returns some XML that I then parse and insert into my spreadsheet. All of the URL creation and XML parsing works but there's a problem with trying to run this in the real world. The website requires that the user is logged in in...
  2. S

    Navigate to URL without opening a browser

    I need help with vba code to be directed to a URL without opening a browser. Having it pointed to the URL is sufficient to get me where I need to be. "Followhyperlink" will navigate to the URL and open it in a browser. I just don't want a browser to open. I can use the URL in the...
  3. A

    Insert GIF image in excel sheet using VBA but without Web Browser Active X, possible?

    Hi everyone, I know that this topic has been discussed many times regarding inserting GIF-images in excel sheets. But all i can find is people giving the solution of using the Web Browser Active X control. This control does not work in Excel 2016 (unless you enable it in regedit or whatever...
  4. D

    Excel always pre-loads links with IE7 engine, causing unsupported browser messages. How can I stop this reproducable issue?

    For example, if you paste either of the links below into an excel spreadsheet and click on the link, you will get a "Browser Unsupported" message from the website. https://www.logistics.dhl https://awardsolutions.instructorled.training/ This happens regardless of what browser or OS...
  5. T

    Data from web problems

    I'm trying to get data from a web page and keep getting the message from the web page 'the browser your using is not supported any more, update your browser'. I'm using Excel 2016 and IE 11, which surely must be as up to date as you can get. Subsequently the headings download but the data tables...
  6. L

    Load URL image into UserForm

    Hi, I have a list of serial #’s that can be embedded into a URL that has an image attached. As of now, I’ve got a worksheet change that when double click on cell that contains serial #, it’ll scrap the image into a new workbook for my users to view what it is. I’d like to steer away from that...
  7. T

    Unable to paste data copied from a browser - get a bell sound

    Hello, I'm using one of our (USDA - NRCS) applications that gives a table-like output to my browser. Sometimes there are less than 10,000 records with 11 columns. Many times this output is mostly null fields. But many times the output could be more than 10,000 records. What I do is run the...
  8. pmeghnathi

    How to Excel cell concotenet text url click to open url link in browser?

    How to Excel cell concotenet text url click to open url link in browser?
  9. F

    Open Multiple Browser Tabs & Search Specific Terms

    This is just a concept at this point, but I wonder if its even possible with Excel... Say that A1:A10 are filled with search terms - apple, lug nuts, house cleaners, car mechanics, lawn care, etc - the terms don't matter at this point. Additionally, in B1 is a location (a city or state name)...
  10. D

    How to run a Hyperlink using VBA

    Hello, There's this link when clicking on it will run a browser's window that in result will download an xls file. How can I run this link/hyperlink by VBA without using the browser? Can I save the file to a specific folder? URL to the link I'm referring to is...
  11. M

    hyperlinking to an alternative browser?

    Happy Holidays to all here! I have some hyperlinks on a sheet which work fine except for one which wont open in my preferred default browser (chrome) so I have to open it in another browser. Is there a way to direct that single hyperlink to open in a different browser to my default?
  12. C

    Excel Developer - Microsoft Web Browser for GIF

    I just inserted an animated GIF image in Excel using Developer - Microsoft Web Browser. Notice the VBA code is navigated to the path in my computer drive where i save the image. Does this mean, the GIF image can't be viewed using other computer/drive when i send out through email? I have tried...
  13. P

    Mini Browser - VBA (need opinion)

    Hi MrExcel, I am currently working on a mini-experiment which is like an internet browser. I have a list of websites which are on a ListBox, every time a specific website is listed, the WebBrowser will navigate to the corresponding website which is selected from the ListBox. I would like to...
  14. F

    Automate IE "Print" Dialog Box Without SendKeys

    Hello experts. I really need your expert help. I'm trying to automate the work with the IE 11 browser. I wrote a macro, but there was a problem. I can not automate the work with the IE browser dialog box. During the work of the macro, the site opens a new IE browser window with an already open...
  15. MrKowz

    Bug: Post titles containing a percent sign are generating an error

    Any post with a "%" in the title is generating the following error: Bad Request Your browser sent a request that this server could not understand. Browser: Google Chrome and Internet Explorer Device: Laptop (Windows 7) and Mobile (Android)
  16. L

    Web Query Highlighting Issue

    Working with Excel 2016 from Office 365. I have a workbook that I created in a previous version of Excel (2013). I have multiple web queries pointing to an internal company website that I have selective data being pulled into Excel that I can refresh daily to get bandwidth statistics. I am...
  17. R

    Browser Automation

    Hi! I usually always find answers to my questions by searching this and other forums. Now that i have been struggling with a problem i cant figure out i am posting my first thread. I been trying to learn to use VBA for scraping web pages. As the URL itself is a page used at work, i am not at...
  18. C

    Open a URL without redirecting

    Hi, I'm a long time reader but first time poster. I've spent a long time googling and am hoping someone can help me. My problem: I want to open a specific URL from Excel. The issue is that the URL needs to be opened exactly - I'm using a specific gmail URL string which won't work if it's...
  19. L

    After activating another window, macro stops running when it is required to AppActivate "Excel", True until excel window manually clicked and then it

    I have been sweating this for days mow and I have had enough. If I use this easy sample code to switch windows, the code works no problem: Private Sub CommandButton1_Click() AppActivate ("Untitled - Notepad"), True Wait (3) 'a custom function that delays - works fine so i can see whats going...
  20. H

    State of play - Macro enabled spreadsheet as web page

    I am looking at deploying a Excel VBA solution to a client. The solution works extremely well in Excel, but now we need to deploy it to 150+ sites, where each will need to be installed on the local network. I would prefer to deploy the solution as a browser version instead. The snippets of...

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