ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   stop in cell (https://www.excelbanter.com/excel-programming/292324-stop-cell.html)

Fernando Duran

stop in cell
 
I want to force the user to fill cell c3, how can I do it?

acw[_2_]

stop in cell
 
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?
.



All times are GMT +1. The time now is 04:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com