Forum Discussion
office970549
Feb 24, 2024Copper Contributor
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...
rajarora
Mar 02, 2025Copper Contributor
Did you ever get a resolution to this issue? I've got the exact same problem.