Forum Discussion

office970549's avatar
office970549
Copper Contributor
Feb 24, 2024

InsertPictureInCell in VBA gets run-time error occasionally

Hi, I'm working on a VBA macro that Insert Picture based on cell values, the code goes like this: Range("K" & i).Select Selection.InsertPictureInCell ("D:\Folder A\" & Cells(i, 1).Value & "\" & Cel...

Resources