Excel Macro Class
Learn the secrets of Excel VBA and enjoy numerous macro examples
Pages
(Move to ...)
Macros
Training
Objects
Functions
Userforms
Enumerations
Books
Games
Sports
About
Contact
Privacy
▼
Showing posts with label
Shape
.
Show all posts
Showing posts with label
Shape
.
Show all posts
Sunday, February 22, 2026
Add Checkboxes To Selection Excel VBA Macro
›
This macro adds a checkbox to each cell of the selected range, and links the check to that same cell. The position, caption, and other prope...
Friday, January 20, 2023
Insert Pictures From Google Drive Excel VBA Macro UPDATE!
›
This is an UPDATE to a previous post where we saw how to insert pictures from Google Drive in Excel using VBA macros. The method explained ...
2 comments:
Tuesday, January 25, 2022
Insert Picture From Google Drive Excel VBA Macro
›
In a previous post we saw how to insert pictures from the web in Excel using VBA macros. In this post we see how to insert pictures specifi...
Wednesday, January 5, 2022
Insert Picture From Web URL Excel VBA Macro
›
In this post we learn to insert pictures from the web in Excel using VBA macros. The macro inserts the picture in a given range and resizes ...
Saturday, August 29, 2020
Add Shapes To Selection Excel VBA Macro
›
This macro adds a rectangular shape to each cell of the selected range and shows the text of the cell in the shape. It can be useful to quic...
›
Home
View web version