Convert list to UPPER, lower & Proper cases.

  • Thread starter Thread starter L. Howard
  • Start date Start date
Yes! Any time you 'dump' an array into a worksheet the target range

needs to match the size of the arrays for both rows & cols!



Range("F1").Resize(UBound(vData, UBound(vData, 2)) = vData


Okay, thanks.

H
 
Hi Garry,

Could you email me off forum please about an unrelated matter.
(e-mail address removed)

Howard
 
Back
Top