Here is the link to the example excel file I have uploaded to dropbox:
https://www.dropbox.com/s/rd2pe22l4okjnhv/Example.xlsx
Hopefully someone can help me with this as this is a bit out of my range in VBA knowledge. What I am looking for is a code, that once activated, will either input a text box or add a comment based upon cell values through multiple worksheets. In the example, when the macro is activated on the "Review" sheet A4 the code will scan through the worksheets beginning at "Start" ending at "End" which will look for any value greater than 0 in cells A4 then return value in A1 and A4 in a list. When activated, the desired output is shown below.
Test1 10
Test2 60
Test3 70
(Notice Test4 is not included as the value in cell A4 in "Sheet4" is 0.)
Basically I would like the code to show which numbers are being used in the SUM function with the corresponding cell A1 as a reference. Is it possible to get this desired output in either a text box or cell comment?
https://www.dropbox.com/s/rd2pe22l4okjnhv/Example.xlsx
Hopefully someone can help me with this as this is a bit out of my range in VBA knowledge. What I am looking for is a code, that once activated, will either input a text box or add a comment based upon cell values through multiple worksheets. In the example, when the macro is activated on the "Review" sheet A4 the code will scan through the worksheets beginning at "Start" ending at "End" which will look for any value greater than 0 in cells A4 then return value in A1 and A4 in a list. When activated, the desired output is shown below.
Test1 10
Test2 60
Test3 70
(Notice Test4 is not included as the value in cell A4 in "Sheet4" is 0.)
Basically I would like the code to show which numbers are being used in the SUM function with the corresponding cell A1 as a reference. Is it possible to get this desired output in either a text box or cell comment?