assigning array back to range

G

Guest

I am verifying/updating multiple rows (equal to a "product") at a time
through a Form. I assign a range of rows (= a product) to an array and
update the form controls from that and write back to the array.

I then try to assign the array back to the range to write to the worksheet
(after I delete the original product rows). In a simple version of this it
worked fine. But now with additional processing of the array I get a 424
run-time error on

rgHeader.Value = vaHeader

Any ideas of what to check?

Thanks

vaHeader consists
 

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

Top