Where i will find the high quality images or icons used for vba user forms?

Dave Smith

New Member
Joined
Jul 5, 2021
Messages
32
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I was going through different websites for free icon generators I found that it becomes blurry if adjust its size in paint or photos hop so I came here to get some suggestions on this....

I want to find that type of websites where I can find free HD quality images for various icons like list close home etc (list,home,close) will be inserted as image but work like icon back hand of this images there will be code to execute

Any suggestions are welcome.....

Regards,
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Any bitmap image will appear pixelated (i.e., blurry) if you expand it well beyond its default size. If you were to use a vector image, like an SVG, this won't be a problem - except that a userform won't display/handle a vector image. Meaning that you will need to convert it into a bitmap before it would be usable on a userform (eg., GIF, BMP, JPG or if you use a certain library, PNG).

I would suggest finding an SVG file that suits your needs, adjusting it to your preferred size, and then converting it into a GIF or JPG for use on a userform.
 
Upvote 0

Forum statistics

Threads
1,223,385
Messages
6,171,778
Members
452,424
Latest member
Sheila003

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top