Excel Macro to Save Image of Range to Clipboard #excel #youtube

preview_player
Показать описание
====== PLAYLISTS ======

====== SUMMARY ======

Utilize a macro to seamlessly extract data from a specified range in Excel and copy it to the clipboard. The provided code snippet efficiently captures data and pastes it as an image at a specified cell.

======== CODE ========
Sub snipdata()


Range("D4:I20").Select
Selection.Copy

Range("G17").Select

ActiveSheet.Pictures.Paste.Select

End Sub

=== RELATED ARTICLE ===

======= PROFILE =======

======= TAGS =======
#video #viral #trending #viralvideo

My Gear:
Рекомендации по теме