What I would like to do is have the default of an input box be the value of one of my cells. If the cell is blank, then I would like the default value of the input box to be blank. If it's populated than it's value is the default value. It seems that I get an error message when I store the value of the cell as a variable and put that as the default value of the inputbox. Is there any way to do this other than to check for if the value is blank and do an if then statement with different default values?