Good morning,
First of all I am not very good at VBA but was trying to exclude values in a loop. For instance this loop will give me a range of 1 to 61. Is there a way to exclude some of the values like take out values 9, 18, 19, 23, 24, 29, 33, 34, 35, 38. I could probably write a delete sub...