user2046257
user2046257

Reputation: 157

Possible to prompt for input in excel?

Is it possible to promt a user for an value input in excel and not use VBA or C++ scripts? Or can this only be done using VBA/C++?

I'm very new to all excels features.

Regards

Upvotes: 1

Views: 6021

Answers (1)

wilsjd
wilsjd

Reputation: 2258

Prompting in that kind of way can only be done with VBA.

However, you can create a data validation rule without VBA that can prompt a user when they enter an incorrect value: http://office.microsoft.com/en-us/excel-help/apply-data-validation-to-cells-HP010072600.aspx

Upvotes: 3

Related Questions