I found the following code in exporting selected range into PNG.
It works well. However, the displayed image is a bit non-smooth, especially the font.
Is there a way to enhance the export resolution?
Thanks.
Sub CommandButton56_Click()
Application.ScreenUpdating = False...