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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top