Ik heb een script gemaakt, echt ben ik er van overtuigd dat dit korter kan dan hoe het er nu uit ziet.
Mischien dat het dan ook wel sneller gaat.
EDIT: Het gaat om excel 2010 VBA
In indergeval bedankt voor de moeite,
Timo
Mischien dat het dan ook wel sneller gaat.
EDIT: Het gaat om excel 2010 VBA
In indergeval bedankt voor de moeite,
Timo
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| Rows("1:1").RowHeight = 15 Rows("2:2").RowHeight = 15 Rows("3:3").RowHeight = 15 Rows("4:4").RowHeight = 15 Rows("5:5").RowHeight = 15 Rows("6:6").RowHeight = 15 Rows("7:7").RowHeight = 15 Rows("8:8").RowHeight = 15 Rows("9:9").RowHeight = 15 Rows("10:10").RowHeight = 15 Rows("11:11").RowHeight = 15 Rows("12:12").RowHeight = 15 Rows("13:13").RowHeight = 15 Rows("14:14").RowHeight = 15 Rows("15:15").RowHeight = 15 Rows("16:16").RowHeight = 15 Rows("17:17").RowHeight = 15 Rows("18:18").RowHeight = 15 Rows("19:19").RowHeight = 15 Rows("20:20").RowHeight = 15 Rows("21:21").RowHeight = 15 Rows("22:22").RowHeight = 15 Rows("23:23").RowHeight = 15 Rows("24:24").RowHeight = 15 Rows("25:25").RowHeight = 15 Rows("26:26").RowHeight = 15 Rows("27:27").RowHeight = 15 Rows("28:28").RowHeight = 15 |