Hi all.
VBA has the ugliest UI options, no news to us there. I am looking to create rounded buttons. And the only way to solve this without getting hardcore into API is using shapes (spreadsheet) or images (userform).
Thats great... If you want your button to not actuate. At that point i would rather just use an ugly Windows 95 button than a shape that doesn't... click. The point of a button is to actuate. To press and depress.
One source provided a great method for shape buttons (worksheets), where he flashes the button on click. Though I haven't tried it personally.
See here: https://wellsr.com/vba/2015/excel/si...ctangle-shape/
Still, that doesn't solve the issue with forms because shapes are not a form control. Cool, we can use an image. The button will actuate with an image on it. The problem here is the truly genius software designers at Microsoft decided to not allow a transparent border command button border property. Actually, there is no 'border' property at all. So now this entire method is a waste. Regardless of how much time you take to design the perfect button with your favorite online button generator or in photoshop, your time will be wasted.
Which leaves me to resulting to the forum for questions... Has anyone been able to design some sort of sequence using mutiple images where a series of custom buttons (userform image control) simulates a single button pressed and depressed? This would be the userform/image equivalent to what the guy has done above. If not, where might i start? I am good with photoshop and graphic design so no issues there.
Thank you
Bookmarks