Worf
Well-known Member
- Joined
- Oct 30, 2011
- Messages
- 4,252
Worf submitted a new Excel article:
Draw the Ukrainian flag with VBA - This article shows six different ways to draw a flag.
Read more about this Excel article...
Draw the Ukrainian flag with VBA - This article shows six different ways to draw a flag.
The Ukrainian flag is rather easy to draw, and here we will see six distinct ways to do it:
View attachment 67398
- 2 user forms without title and borders
- 2 worksheet cells
- A Word table
- A chart
- 2 shapes
- 2 text boxes
View attachment 67399
VBA Code:Option Explicit Rem standard module #If VBA7 Then Private Declare PtrSafe Function FindWindow Lib "user32" _ Alias "FindWindowA" (ByVal lpClassName As String, _ ByVal lpWindowName As...
Read more about this Excel article...