I tried searching the forum for information. Kept getting an error message.
Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 71 bytes) in /home/eforum/public_html/search.php on line 1155
Here's my problem:
I need to take data from a range...(O2:R200...in this case), and transfer it to another range...(U2:X200).
The problem is that Range(O2:R200) has two or more blank rows at the top of the data.
I need the data in this range transfered to range U2:X200 starting with the first row of NONBLANK cells.
Here is the VBA I've have tried to achieve this:
My problem is that THIS line of the code:
...which is designed to shift the data up by deleting BLANK cells.....works, but not completely.
The data is shifted perfectly...but I get a bunch of #NA errors for many rows beneath the shifted data.
I have a dynamic named range named Saturday_Only produced with the following code:
This named range is the RowSource for a ListBox in a UserForm.
So...as you can guess...my list box shows every one of the #NA errors.
How do I fix this??
(Sample worksheet attached) --- Worksheet REMOVED by HuskerBronco (See next post)
Bookmarks