Hi All,
Prior to getting to this stage;- a number of cells have already been selected.
- Sheets(MySheetName).Range("A3") adds up those cells that = "#N/A Requesting Data..."
"c" in the code below is referring to these pre-selected cells.
What I was hoping to do was;- if the cell value is not "#N/A Requesting Data..." de-select the cell
- for remaining cells that are selected, calculate those cells
- continue to loop until Sheets(MySheetName).Range("A3") is 0.
Currently the code calculates all cells;
Any help would be great!
Thanks
Bookmarks