It use in a loop. 0 to Ubound (highest available subscript for the indicated dimension of an array) which will be 1 as only two items e.g 0 and 1"what is UBound(Arr)?"
http://msdn.microsoft.com/en-us/libr...2f(VS.80).aspx
The dot tells you it relates to Sheet Info. Then the rest is Row 1 of Col A eg Cell A1 in Sheets info"what is After:=?"
![]()
:=.Cells(1, "A"),
This statement says if it the Rng isn't empty then"i am not sure what this means"
HTH![]()
If Not Rng Is Nothing Then
VBA Noob
Bookmarks