Excel macro Open URL special character # changed

Source: Internet
Author: User

First open Excel, click on the "File" button in the upper left corner (the 07 is the Circle icon), open the options, then click on the Custom Ribbon (Customize ribbon), on the right, put the development tool (Developer) before the tick, click OK to open the development tool.

Select Insert a button in the development tool

Https://jingyan.baidu.com/article/9113f81b0c19e22b3214c78e.html

The code for button one is as follows

Activeworkbook.followhyperlink address:= "http://www.baidu.com/production/#!finder_result?global=object-id& Revs=latest&conf=no-configurations&text= ", Newwindow:=true

And actually opened the page after found #! changed to%20_%20, resulting in web pages not opening

Modify the code to

Shell "C:\Program files\internet Explorer\iexplore. EXE http://www.baidu.com/production/#!finder_result?global=object-id&revs=latest&conf=no-configurations &text= ", Vbnormalfocus

Or

Dim Web as Object    Set web = CreateObject ("Internetexplorer.application")    web. Visible = True    web. Navigate ("http://www.baidu.com/prodution/#!test=")

  

Excel macro Open URL special character # changed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.