I have an array that stores range addresses. Is there a way I can select all cells that are in the array? Something like this.
Sub FillDownList()On Error Resume Next
Dim rng1, rng2, rng3 As String, x As Integer, MyArray As Variant, SelectionArray(1 To 90) As Variant
Application.ScreenUpdating =...