(I)
I need prepare print screen, with VBA. Are there any function for do that?
I tried record macro in MS-Word and MS-Excel, but nothing recorded when pressing Print Screen key.
Only .Paste method was recorded.
(II)
How can Print Screen minimized window? (since Windows task-bar can create a preview of a window even if it is minimized? Effecting this question for C#) , by VBA
(III)
How can I assign above copied picture by PrtSc that was stored in clipboard, to Picture property of Image control in User-form?