So, I have a bunch of conditions, that based on those conditions, an inputbox writes to a different cell. Instead of writing the code over and over, I figured I would:
If _______ then
capCell = Sheets("SheetName").Cell(5, 5)
end if
If ________ then
CapCell = Sheets("SheetName").Cell(5.8)
etc...