Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to force the user to fill cell c3, how can I do it?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Using a worksheet open, or sheet activate, autoexec macro or some other event, enter the following. If IsEmpty(Range("c3")) Then Do getit = InputBox("what data is going into cell C3", , "Something") Loop Until Len(getit) 0 Range("c3").Value = getit End If Tony -----Original Message----- I want to force the user to fill cell c3, how can I do it? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop cell contents from spilling into the next cell? | Excel Discussion (Misc queries) | |||
How do I stop entry in one cell if another cell is occupied?? | Excel Discussion (Misc queries) | |||
Stop cell showing zero when returning a blank cell | Excel Discussion (Misc queries) | |||
Stop zero on cell | Excel Worksheet Functions | |||
stop cell entry being copied to other cell | Excel Worksheet Functions |