kelly mort
Well-known Member
- Joined
- Apr 10, 2017
- Messages
- 2,169
- Office Version
- 2016
- Platform
- Windows
When I enter the textbox, I want to store its content to a variable "MyEnter". Then when I change the content I store the changed content to " MyChange".
Then inside a folder , "MyPics", located at the location of the workbook, if there is an image file called same as the content of the " MyEnter" variable, then I will compare "MyEnter" with "MyChange". If they are different, then I rename the image with " MyChange" , by the click of a button on a userform. The textbox too is on the userform as well.
I am stacked and I need some support with the code
Thanks in advance
Then inside a folder , "MyPics", located at the location of the workbook, if there is an image file called same as the content of the " MyEnter" variable, then I will compare "MyEnter" with "MyChange". If they are different, then I rename the image with " MyChange" , by the click of a button on a userform. The textbox too is on the userform as well.
I am stacked and I need some support with the code
Thanks in advance