I have two text boxes (passwordLength and pwd)and a button1. I have placed the code in the source <script> and I have used a button1 click sub but I cannot get the data to show up on the pwd text field. The code is below. What am I missing?
Public Sub Button1_Click((ByVal passwordLength As...
Thank you Skip, I actually tried to use your code, without success earlier yesterday. I was fried with all of the combinations I had tried. What I ended up having to use was (where scorecard is the name of the form):
ScoreCard.TextBox1.Value = Worksheets("Tally").Range("e205")...
In an excel spreadsheet there are approx 20 worksheets that are somewhat tied together. When the user is on a sheet, I would like the form to pop up and pull data from a specific sheet and range. For some reason I cannot get the data to pull over to the form. I am using the code below...
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.