I'm trying to do an arraylist of fonts but I keep getting the error Object variable or with block variable not set. here is my code:
Can you create Font arrays?![]()
Dim formatArrayRight(7 To 60) As Font Dim act As Integer For act = 7 To 60 formatArrayRight(act) = Range("M" & act).Font Next
Bookmarks