Hi,
Do anyone know there is any way to copy text and pictures and buttons in one time in excel. So not by using copypicture.
This is the way i copy now :
But it would much easier, if i can use something else then .copypicture .
Sorry for your time.
Kind regards
Sey
Do anyone know there is any way to copy text and pictures and buttons in one time in excel. So not by using copypicture.
This is the way i copy now :
Code:
Sheets("Stuktekening gordingen Aangepas").Activate
Range("Print_Area").CopyPicture
Sheets("Stuktekeningtemplate").Activate
Range("startcel").Select
ActiveCell.Offset(((teller - 1) * 50) + 1, 0).Select
ActiveSheet.PasteSpecial
Sorry for your time.
Kind regards
Sey