Inserting image in a particular cell in VBA
Solved/Closed
Related:
- Excel vba insert picture from folder
- Anvi folder locker reset key - Guide
- Number to words in excel formula without vba - Guide
- How to insert picture in word without moving text - Guide
- Insert gif in excel - Guide
- Excel vba create folder if not exist ✓ - Excel Forum
3 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Nov 1, 2016 at 11:27 AM
Nov 1, 2016 at 11:27 AM
Hi adikademani,
To place the image in the active cell instead of Q1 then replace:
Range("Q1").Activate
By:
ActiveCell.Activate
Best regards,
Trowa
To place the image in the active cell instead of Q1 then replace:
Range("Q1").Activate
By:
ActiveCell.Activate
Best regards,
Trowa