Thread
:
How do I assign point values on survey answers?
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
[_2_]
external usenet poster
Posts: 17
How do I assign point values on survey answers?
Use the Change event of the worksheet and use if statements to handle
it
if lcase(target.value)="yes" then target.value=1
etc
Reply With Quote
[email protected]
[_2_]
View Public Profile
Find all posts by
[email protected]
[_2_]