I'm attempting to just tidy up the page a bit. Also the aim is that when i have ordered up items i would like to remoove them from the list on "Sheet3" - i don't mind if they stay on the same sheet or move to a new one, but obviously the code i wrote above will overwrite the same cells over and over again, losing previously copied information. I need a code that will find out if a cell is a blank or not, and if it is not blank, skip to the next blank cell beneath it and THEN copy it so i don't lose any information. I have been playing with a loop that checks if a cell="", and if not then skip down to the next cell until it finds the blank cell and pastes the information. Unfortunately whilst the code seems ok, i end up in an constant loop...
Bookmarks