This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\YOUR_USERNAME\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine\ConsoleHost_history.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' Require 4sgm item numbers on column A | |
' Require URL with 100 per page parameter | |
' Enter URL when prompted | |
Sub ExtractItemNumbers() | |
Dim ie As Object | |
Dim html As Object | |
Dim skuElements As Object | |
Dim skuElement As Object |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' Require Item numbers on Column A | |
' Enter base path when prompted | |
Sub InsertImagesForAllRows() | |
Dim ws As Worksheet | |
Dim imgPath As String | |
Dim imgCell As Range | |
Dim lastRow As Long | |
Dim i As Long | |
Dim basePath As String |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'require link on column A | |
=IMAGE(@a:a, "Sample Image") |
OlderNewer