+ Reply to Thread
Results 1 to 8 of 8

Auto add URL and Macro button

  1. #1
    Registered User
    Join Date
    10-25-2011
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    28

    Auto add URL and Macro button

    Hi,
    I would like to create a Macro to automatically create a URL and a button to run a Macro that opens the URL when clicking the button.

    Code URL
    AAPL http://finance.yahoo.com/d/quotes.csv?s=AAPL&f=snd1
    GOOG http://finance.yahoo.com/d/quotes.csv?s=GOOG&f=snd1
    xxxx http://finance.yahoo.com/d/quotes.csv?s=xxxx&f=snd1

    (The URLs are assigned to the code respectively and open the URL when clicking on the code)

    How do I create the Macro to do all: assigning URL, creating button, opening URL when clicking? Please help.
    Thanks in advance.

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Auto add URL and Macro button

    Hi tywlam,

    See the attached file which includes the following Macros. This should help you get started. Please feel free to ask if you have additional problems or questions.

    In an ordinary code module such as Module1:
    Please Login or Register  to view this content.
    FYI (For Your Information):
    It is a best practice to declare all variables. If you misspell a variable in your code, VBA will silently assume it is a Variant variable and go on executing with no clue to you that you have a bug. Go to the VBA development window, click Tools, Options, and check "Require Variable Declaration." This will insert the following line at the top of all new modules:
    Please Login or Register  to view this content.
    This option requires all variables to be declared and will give a compiler error for undeclared variables.

    Lewis

  3. #3
    Registered User
    Join Date
    10-25-2011
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Auto add URL and Macro button

    Great. Thanks, Lewis.

    One more: How do I modify the code to include a URL: "http://finance.yahoo.com/q?s=" & sStockSymbol & "&ql=1" to open the URL in a browser when clicking the stock symbol?

  4. #4
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Auto add URL and Macro button

    Assign this macro to a shape and launch to open the URL in a browser,
    Please Login or Register  to view this content.
    See how it works for you.

    //berlan

  5. #5
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Auto add URL and Macro button

    Quote Originally Posted by tywlam View Post
    How do I modify the code to include a URL: "http://finance.yahoo.com/q?s=" & sStockSymbol & "&ql=1" to open the URL in a browser?
    See the attached file which includes the following Macros. There are 3 options in the file:
    a. Create a shape that gets the latest stock price when clicked.
    b. Create a shape that opens the Yahoo Finance URL that gets stock summary information. This is done by assigning a Hyperlink to the shape.
    c. Create two half size shapes. The Left Shape gets the latest stock price. The Right Shape opens the URL.

    In an ordinary code module such as Module1:
    Please Login or Register  to view this content.
    Lewis

  6. #6
    Registered User
    Join Date
    10-25-2011
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Auto add URL and Macro button

    Hi Berlan,
    It didn't work. Only shows the message box "call macro from shape". No more.
    Anyway, thanks.

    It could be due to the browser I use. Is it possible that the code point to the browser I use, eg. Firefox instead of IE?
    Last edited by tywlam; 08-16-2015 at 09:09 PM.

  7. #7
    Registered User
    Join Date
    10-25-2011
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Auto add URL and Macro button

    Hi Lewis,

    Thanks a lot for providing the three options. They are very helpful.
    Same issue on opening the URL: What change should be made in your VBA in order to open the url in Firefox instead of the default IE?

    Regards,
    Terry

  8. #8
    Registered User
    Join Date
    10-25-2011
    Location
    Hong Kong
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Auto add URL and Macro button

    I think I got it.
    Thks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto call macro without pressing button
    By skhari in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-17-2015, 08:56 PM
  2. [SOLVED] macro that auto adjusts height of cells does not work when run with command button
    By mcdermott2 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-23-2014, 03:07 PM
  3. Auto-export worksheet to form fillable PDF using a macro button
    By smtasci in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2014, 05:18 PM
  4. Command Button Macro to Auto Filter, Copy from one file to another
    By abdulbarimd in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-13-2013, 06:42 AM
  5. Macro Form Button auto copy down with data table when new row occurs?
    By xlyfe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-11-2013, 06:16 PM
  6. [SOLVED] Macro , change employeenumber to name (by button or on import auto)
    By dutchdog in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-05-2012, 08:56 AM
  7. Auto sort macro for spin button event
    By mantooth29 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-05-2011, 02:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1