I found something like this for an inputbox.
<script type="text/vbscript">
Function myFunction()
fname=InputBox("Enter your name")
End Function
</script>
How can I make the text entered into the inputbox populate a certain cell? Can I use more that one inputbox per script?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.