Hey guys
I am trying to find a solution to my problem but I think I'd need someone with a bit more brains than me :P I am trying to delete rows based on the value of four columns, Column Q ; R & S ; T.
But here is the catch, the values in those columns are positive and negative,and lets say my deleting criteria is : 3 then I want all rows deleted is small than 3 , that would be either -3 or +3 . So lets say the column has a -4 then I want the macro to see that the number is ''greater'' then 3 and therefor not delete it. The macro should read both positive and negative numbers if you understand what I'm saying![]()
I'll include the a test piece of the document I am working on with this post.
About the document:
•Values I want this macro to read is located in columns Q ; R & S ; T all the way down till there is no data left ( the size of the data in my document will always be different)
•The deleted rows should be shifted up after deletion.
•The value that I want to be using for deleting criteria is +\-4 ( so that would mean anything gets deleted 'below' that number example: 3 & -4 and numbers like -5 ; -4 ; -7 will not be deleted because they have a ''higher'' number than 4)
Thanks for reading , any type of help I appreciate and value, thanks all![]()
Bookmarks