How to align charts in a grid in excel using vba

  Рет қаралды 3,950

Karina Adcock

Karina Adcock

Күн бұрын

How to line up charts in excel with a macro
Sub AlignCharts()
Dim shp As Shape
Dim Cnt As Long
Dim dTop As Double
Dim dLeft As Double
Dim dHeight As Double
Dim dWidth As Double
Dim start As Double
Const ColCnt As Long = 3
Cnt = 1
For Each shp In Selection.ShapeRange
With shp
If Cnt = 1 Then
start = .Left
Else
If Cnt Mod ColCnt = 1 Then
.Top = dTop + dHeight
.Left = start
Else
.Top = dTop
.Left = dLeft + dWidth
End If
End If
dTop = .Top
dLeft = .Left
dHeight = .Height
dWidth = .Width
End With
Cnt = Cnt + 1
Next shp
End Sub
Where the code comes from:
• Vba Macro: How To Layo...
www.excelcampu...
---------------------------------------------------------------------------------
#exceltutorials #excelvba #excelcharts
SUBSCRIBE: goo.gl/c46YPs
Microsoft Office 365, 2016, Office Insider, Version 1909
These data are related to my PhD research
---------------------------------------------------------------------------------
IF YOU LIKED THIS VIDEO YOU MAY ALSO LIKE:
How to make multiple charts using vba in excel • How to make multiple c...
How to quickly make multiple charts in excel • How to quickly make mu...
How to make panel charts in excel - method 1 • How to make panel char...

Пікірлер: 4
@karinaadcock
@karinaadcock 5 жыл бұрын
Hope you learnt something new and interesting. Thanks for watching and please Like, Comment and Subscribe.
@nasroml12
@nasroml12 5 жыл бұрын
Great video as usual, thx for sharing :)
@capitalwatersystemsltd.2953
@capitalwatersystemsltd.2953 4 жыл бұрын
Thanks. Well explained.
@johnbaron3884
@johnbaron3884 4 жыл бұрын
Hi, I have watched your video and tried to run the code in the Excel, however i encountered an error that reads object does not support this property or method. How do i solve this issue?
How to make panel charts in excel using sparklines
11:32
Karina Adcock
Рет қаралды 10 М.
Cute dog Won Squid Game 😱💸 #dog # funny #cartoon
00:33
Wooffey
Рет қаралды 21 МЛН
пришла на ДР без подарка // EVA mash
01:25
EVA mash
Рет қаралды 3,3 МЛН
It's the natural ones that are the most beautiful#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 19 МЛН
Миллионер | 6 - серия
28:05
Million Show
Рет қаралды 1,6 МЛН
How to average wind directions in excel
5:03
Karina Adcock
Рет қаралды 378
How to make multiple charts in excel using vba
15:45
Karina Adcock
Рет қаралды 36 М.
Align & Size Excel Dashboard Elements with Snap to Shape
5:50
Excel Campus - Jon
Рет қаралды 51 М.
How to Work With Charts in Excel VBA | Part 1
18:04
Sigma Coding
Рет қаралды 7 М.
VBA Code to Create & Format Charts in Excel
13:36
Chester Tugwell
Рет қаралды 59 М.
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 1,1 МЛН
Lining Up Multiple Charts with VBA
12:13
Dr. Gerard Verschuuren
Рет қаралды 2,9 М.
Cute dog Won Squid Game 😱💸 #dog # funny #cartoon
00:33
Wooffey
Рет қаралды 21 МЛН