如何提取超链接并将其调整为主动点击链接,而无需单击单元格上的Twise?

发布于 2025-02-05 04:26:48 字数 193 浏览 3 评论 0原文

我在A列中列出了一组网站,我需要一个宏代码来在B列中提取超链接,而无需单击单元格上的Twise以使超链接变得活跃(我尝试了一些我在Internet上找到的Codesthat,但所有这些都可以只是提取无效的超链接启用,直到我双击单元以激活它)。因此,代码应在A列中提取和激活。

I have a set of websites listed in column A, I need a macro code to extract hyperlinks in the column B without me clicking twise on the cell to make the hyperlink active (I tried some codesthat I found on the internet, but all of them were just extracting the inactive hyperlinks untill I double click on the cell to activate it). so the code should extracts and activates in the same time the hyperlinks from column A into column B. Would that be possible?
https://1drv.ms/x/s!AqfvJqj0Eub6dOL096GecliFC4c?e=BPapgc

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

耳根太软 2025-02-12 04:26:48

嗨,欢迎来到堆栈溢出!

不需要VBA这样做。
您可以简单地在B列中写一个公式:

=HYPERLINK(A1)

”在此处输入图像描述

Hi and welcome to Stack Overflow!

No need for VBA to do this.
You could simply write a formula in column B:

=HYPERLINK(A1)

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文