Soldato
- Joined
- 6 Jun 2011
- Posts
- 2,741
Hi guys,
I'm trying to write my first VBA script as failing miserably. Essentially I am trying to put a sheet of data in various groups depending on some values in the cells.
I guess the first question would be is there an easier way of doing this?
If not then what is the easiest way to find the last row on the sheet? I see a lot of suggestions using End(xlUp) or something like that but I cannot seem to get this to work!
Thanks
I'm trying to write my first VBA script as failing miserably. Essentially I am trying to put a sheet of data in various groups depending on some values in the cells.
I guess the first question would be is there an easier way of doing this?
If not then what is the easiest way to find the last row on the sheet? I see a lot of suggestions using End(xlUp) or something like that but I cannot seem to get this to work!
Thanks

Last edited: