https://netsuiteprofessionals.com logo
Title
d

David B

01/26/2022, 8:10 PM
Handy trick for putting images/thumbnails into saved search results:
<object data="/{path to image folder in file cabinet}'||{image name}||'.jpg" type="image/jpg" width="200px">
If no image is found, it doesn't throw an error and the cell will be blank
When you export the search, you'll just get the raw HTML, but I've written VBA to download images from URLs in Excel. Hit me up if you want the code