I'm new to VBA, and was trying to write a simple loop code to check the value of a column of cells starting from B2 to B25 in sheet1 and if the value was greater than 0 it would go sheet2 and take the values starting in A1, multiple it by 3, and place the value in A2 and so forth. This would continue until all the cells in sheet1 were reviewed. For some reason this code will execute regardless of the value of the cells in B2 through B25. Cell B3 in sheet1 could have a -1 and yet the code will still execute. Any help would be appreciated.
Bookmarks