Forum Discussion

HennieUnique's avatar
HennieUnique
Copper Contributor
Nov 24, 2023

VBA code For User Form

Sub ChangeShape(ShapeName As String) Dim CurrentShape As Shape Dim FName As String FName = ThisWorkbook.Path & "\tempshape.gif" ' Change the temporary file name ' Set the current shape Set Cur...

Resources