browser

  1. R

    Launch browser and search from within Excel

    Hello, Is there a way to launch a web browser from within Excel and have the browser search for the content of the cell? Fo example, if F2=California and F3=Utah, can I create buttons in G2 and G3 such that when I click one of them it launches the web browser, goes to Google and searches for...
  2. D

    Help with: Prefill cells with command line switches from a browser

    Hi everyone, I've been coming here a while now, and I can see my question has been partly answered. I'm looking to have an excell file shared on a windows network to a simple LAN (samba sharing), and then for a user to be able to click on a HTML link that will launch that excell pile, and to...
  3. D

    Opening Website in Different Browsers using Macro

    Hi All, I would like to ask your help to resolve my query. Is it possible to open the websites in different browsers using macro code? Example: I have the heading as MrExcel.com and three buttons named as below: First Button: Open Website Using Internet Explorer Second Button: Open Website...
  4. C

    Browser URI to open Excel at a specific Cell

    Hi all Is it possible to create a browser URI to open a excel workbook at a specific cell? Thanks in advance Michael
  5. A

    ie.quit not working

    hi, i have a vba code in excel which creates internet explorer and goes to a website takes some info then it needs to close, but somehow it does not close, just stays open, and when i close it the debug takes me to ie.quit whats wrong can anyone tell me? dim ie as object web="https://google.com"...
  6. C

    Excel 2010 Copy and Paste function

    Hello, I was hoping someone else has/is experiencing this same issue as me, but have been unable to find a situation that matches it exactly. The problem is that whenever I have any browser open, IE, Chrome, Firefox, etc... the Cut & Paste, Copy & Paste function does not work correctly in...
  7. P

    Using a macro to open then print a webpage?

    Hello all! I am trying to use a macro in Excel to open a website (the URL is a named range in a worksheet) and then print the web page. I am able to open the webpage with the following code: Sub View_Tech_Recalls() Set ie = CreateObject("InternetExplorer.Application") ie.navigate...
  8. MarkCBB

    Loop selected workbooks via Broswer

    Hi there VBA Pros, I am currently using some code that imports data from an “Import worksheet” (the import worksheet works in the following way, an invoice workbook is manually opened by the user and the data is selected, and then pasted into the main workbook that has the Import worksheet)...
  9. B

    Code for pulling urls from internet explorer

    Hello, Could you please help me design a code to complete these tasks: Select a number in a column (from Excel 2007) Switch to internet explorer paste the number (The box on the website should already be selected. In case it matters, the link is http://www.upcdatabase.com/itemform.asp) hit...
  10. I

    Detect if opened in web browser, not Excel

    Hi, My company has a web system giving links to all our forms. My form has some functions which seem to be happier if they are run in a "proper" Excel instance, not from the broswer. Is there a way for the worksheet iteself to detect the application it is running within, and warn the user if...
  11. M

    Browser Excel different to MS Excel SaveCopyAs debugging

    Hi, I have an Excel Sheet with some questions on it and I send this this worksheets with VBA code which works in MS Excel but when you put this file on a webpage the Thisworkbook.SaveCopyAs mypath & myfilename debugs. The code is below. Sub SendMail() Dim Msg, Style, Title, Help...

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