Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi: I have the following code wich clears the cell value depending on th number selected. In this case is number 6. Sub DeleteRow() Range("A1").Select Do If Application.IsText(ActiveCell) = "6" Then ActiveCell.ClearContents Application.a Else ActiveCell.ClearContents ActiveCell.Offset(1, 0).Select End If Loop Until ActiveCell = "" End Sub How can I promt the user with a pop up window and use whatever the use types as the value? thanks a million in advance! :confused -- halem ----------------------------------------------------------------------- halem2's Profile: http://www.excelforum.com/member.php...nfo&userid=993 View this thread: http://www.excelforum.com/showthread.php?threadid=31376 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt for update | Excel Worksheet Functions | |||
save prompt for user exit, but no save prompt for batch import? | Excel Discussion (Misc queries) | |||
Help on Prompt | Excel Worksheet Functions | |||
Prompt to overwrite | Excel Programming | |||
Prompt | Excel Programming |