ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I construct a text box which will pop-up based on a condit. (https://www.excelbanter.com/excel-programming/327744-how-do-i-construct-text-box-will-pop-up-based-condit.html)

aoliveira

How do I construct a text box which will pop-up based on a condit.
 
I want a text box to pop-up when a condition in an "IF" statement is true. I
am using Excell.

Bob Phillips[_6_]

How do I construct a text box which will pop-up based on a condit.
 
Can't do that. Worksheet functions can only return a value.

You would need VBA event code to do this. What sort of textbox do you
envisage?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"aoliveira" wrote in message
...
I want a text box to pop-up when a condition in an "IF" statement is true.

I
am using Excell.




Tom Ogilvy

How do I construct a text box which will pop-up based on a condit.
 
if condition then
ans = Inputbox("Tell me again")
End if

--
Regards,
Tom Ogilvy

"aoliveira" wrote in message
...
I want a text box to pop-up when a condition in an "IF" statement is true.

I
am using Excell.




Jim Thomlinson[_3_]

How do I construct a text box which will pop-up based on a condit.
 
As a guess you want to let the user know when they have entered something
that they shouldn't have. In this case what you want to use is Validation
from

Data - Validation

menu. If that is not what you are looking for then you need to give us more
details and you need to be prepared as Bob refered to "need VBA event code to
do this"

HTH

"aoliveira" wrote:

I want a text box to pop-up when a condition in an "IF" statement is true. I
am using Excell.



All times are GMT +1. The time now is 12:47 PM.

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