Make a cell look like an input box

xVikesh

New Member
Joined
Nov 27, 2014
Messages
9
Hello

I have a spreadsheet with certain cells for a user to input. For example, in a cell the user inputs their age, and in some other cells I used data validation to create drop down boxes for the user to choose an option. However, these age cells do not look like a box for the user to input and the drop down boxes do not look like drop down boxes until the user clicks the cell. I don't want to use the combo box option through the developer vba route because it means creating many macros and removing all the data validation boxes i have already created. Is there a way I can just make a cell look like a box that needs data to be inputted?

Thanks in advance
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
xVikesh,

I don't think you have any option other than to rely on standard formatting.
Decide on a style / format that will differentiate between your background /non-input cells and apply that to all of the input cells.

Eg...Excel 2007
CDE
2
3
4Age:23
5
6
7

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1
Edit** The above snapshot does not render as intended.
But e.g. Thick border and contrast cell interior for input cells.
Set background cells white fill or disable gridlines. etc etc.






Hope that helps.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,352
Messages
6,124,451
Members
449,161
Latest member
NHOJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top