Y
youu917
can anyone tell me how to make the picture box in the excel form be
dragable by using VBA programming?
dragable by using VBA programming?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
can anyone tell me how to make the picture box in the excel form be
dragable by using VBA programming?
youu,
I'm not sure you can do that because re-positioning and/or resizing a
form require it to be in edit mode. You could collect Left and Top
positions of the image object from the user to adjust it's position on
the form. But that would be clumsy.
Whenever anyone asks about these more exotic kinds of VBA
functionality, my first question is, "What value are you trying to
provide to the user?" Followed by, "Ts what you are trying to do
value-added from your and the user's perspective? And then step back
and see if you could deliver essentially the same value from an
alternative solution strategy or else try to persuade the customer to
reduce his requirements. (Time is money.)
Good Luck.
SteveM
P.S. to youu and anybody else who reads this thread, google "Occams
Razor". Read a few things about that and take note...
form be dragable by using VBA programming?
form require it to be in edit mode. You could collect Left and Top
positions of the image object from the user to adjust it's position on
the form. But that would be clumsy.
can anyone tell me how to make the picture box in the excel
form be dragable by using VBA programming?
I will keep this one even though I may never use it.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.