如何在Excel中显示一系列文件路径中的图像?

网友投稿 353 2023-12-25

如何在Excel中显示一系列文件路径中的图像?

现在,如果您有图像文件路径的列表,则希望基于文件路径在相邻列中显示相应的图像,以获取以下屏幕快照结果。 您如何在Excel中快速轻松地解决此工作?

在Excel中使用VBA代码显示来自一系列文件路径的图像

以惊人的功能显示来自一系列文件路径的图像

在Excel中使用VBA代码显示来自一系列文件路径的图像

在这里,我可以介绍一个VBA代码来帮助您,请按以下步骤操作:

1。 按住 ALT + F11 键打开 Microsoft Visual Basic应用程序 窗口。

如何在Excel中显示一系列文件路径中的图像?

2。 点击 插页 > 模块,然后将以下代码粘贴到 模块 窗口。

VBA代码:显示来自一系列文件路径的图像:

Sub InsertPicFromFile() Dim xRg As Range Dim xCell As Range Dim xVal As String On Error Resume Next Set xRg = Application.InputBox("Please select file path cells:", "KuTools for Excel", Selection.Address, , , , , 8) If xRg Is Nothing Then Exit Sub Application.ScreenUpdating = False For Each xCell In xRg xVal = xCell.Value If xVal <> "" Then ActiveSheet.Shapes.AddPicture xCell.Value, msoFalse, msoTrue, _ xCell.Offset(0, 1).Left, xCell.Top, xCell.Height, _ xCell.Height End If Next Application.ScreenUpdating = True End Sub
Copy
3. After inserting the above code, please press F5 key to run this code, and a prompt box is popped out to remind you select the cells of the file path, see screenshot: 4. Then click OK button, all images based on corresponding file paths have been displayed into next column as following screenshot shown: Display images from a range of file path with an amazing feature If you are troubled with the above code, Kutools for Excel supports a handy feature - Insert Pictures from Path(URL), with this powerful utility, you can quickly insert the images based on file pathes or Url addresses at once. Tips:To apply this Insert Pictures from Path(URL) feature, firstly, you should download the Kutools for Excel, and then apply the feature quickly and easily. After installing Kutools for Excel, please do as this: 1. Click Kutools > Insert > Insert Pictures from Path(URL), see screenshot: 2. In the Insert Pictures from Path(URL) dialog box, please do the following operations: Select the list of cells which contain the file path and a cell where you want to put the image; Then, specify the size of the picture that you want to use under the Picture Size section. 3. Then, click Ok button, the corresponding images have been inserted into the cells, see screenshot: Click Download Kutools for Excel and free trial Now! More relative articles: Convert Image URLs To Actual Images In Excel If you have a list of image URL addresses in column A, and now, you want to download the corresponding pictures from the URLs and display them into the adjacent column B as left screenshot shown. In Excel, how could you extract the actual pictures from the image URLs quickly and easily? Extract Hyperlinks From Multiple Images In Excel Let’s say, you have a list of images in a worksheet, and each image contains a hyperlink, now, you would like to extract the real hyperlink addresses from these pictures to their next cells as following screenshot shown. Of course, you can copy the hyperlink address from the Edit Hyperlink box one by one, but, this will be time-consuming if there are multiple hyperlinks needed to be extracted. Create Drop Down List With Images In Excel In Excel, we can quickly and easily create a drop down list with cell values, but, have you ever tried to create a drop down list with images, that is to say, when you click one value from the drop down list, its relative image will be displayed at the same time. Insert The Same Image Into Multiple Worksheets Normally, we can insert a picture into a worksheet quickly by using the Insert function in Excel, but, have ever tried to insert the same picture into all worksheets of your workbook? Best Office Productivity Tools Transform Hours into Minutes with Kutools for Excel! Ready to supercharge your Excel tasks? Harness the power of Kutools for Excel - your ultimate time-saving tool. Streamline intricate tasks and glide through your data like a pro. Experience Excel at lightning speed! Why You Need Kutools for Excel 🛠️ Over 300 Powerful Features: Kutools is packed with more than 300 advanced features, simplifying your work in over 1500 scenarios. 📈 Superior Data Processing: Merge cells, remove duplicates, and perform advanced data conversions – all without breaking a sweat! ⏱️ Efficient Batch Operations: Why put in extra effort when you can work smart? Import, export, combine, and tweak data in bulk with ease. 📊 Customizable Charts and Reports: Access a broad variety of additional charts and generate insightful reports that tell a story. 🗄️ Powerful Navigation Pane: Gain an advantage with the robust Column Manager, Worksheet Manager, and Custom Favorites. 📝 Seven Types of Drop-down Lists: Make data entry a breeze with drop-down lists of various features and types. 🎓 User-Friendly: A breeze for beginners and a powerful tool for experts. Download Now and Soar Through Time with Excel! Read More... Free Download... Purchase... Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project. Open and create multiple documents in new tabs of the same window, rather than in new windows. Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day! Read More... Free Download... Purchase...

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:如何在Excel的页面顶部显示超链接结果?
下一篇:低代码开发平台有什么作用?
相关文章