brockvilleal
New Member
- Joined
- Aug 19, 2004
- Messages
- 47
I have searched many posts but could not find what I am looking for. I am using Excel 2000 with XP. I am working with two workbooks, exch with multiple worksheets. One I'll call data, the other user. In the data workbook I have my data (which will be updated yearly) and the other will have the user's specific records. From help through this forum, I was able to get my dynamic data validation to work whereby the selection in one cell populated the data in the next data validation field. I have approximately 10 such columns of data validation. What this does is get the user to select only one very specific item from a list of 800 or so. This item has a specific value associated with it
Now the fun really begins. I am trying to create a workbook that will track the users items and I need to design/build something that most users will be able to use without messing up. What I had thought of doing was creating a main menu page with command buttons and using hyperlinks from these buttons that take the user to the worksheet they are requesting. From that worksheet there would be a "main menu" button taking them back to the main page.
I could get this to work however, I believe I will need to program some VBA at some time because I will want to open the "data" workbook from the user workbook, I will want to deactivate certain menu options, create my own customer menu, move some data around behind the scene, etc. My fear is I know next to nothing about VBA. Since I will most likely need to add VBA to my user workbook, I may as well create a user form with command buttons within it.
I apologize for the long winden note, but I wanted those that could help know where I am at with my pet "project". Finally, my question. I have played a little with creating a user form. I need to know the following: How do I activate the user form upon opening the user workbook. Second, how do I add command buttons on this user form. If someone can show me how to program one command button within the userform to, when selected, jump to the uppermost left corner blank cell of another worksheet within the same workbook, I would be much appreciated. Once I see this code, I can probably configure my other command button tasks and move from there.
Thanks,
Al
Now the fun really begins. I am trying to create a workbook that will track the users items and I need to design/build something that most users will be able to use without messing up. What I had thought of doing was creating a main menu page with command buttons and using hyperlinks from these buttons that take the user to the worksheet they are requesting. From that worksheet there would be a "main menu" button taking them back to the main page.
I could get this to work however, I believe I will need to program some VBA at some time because I will want to open the "data" workbook from the user workbook, I will want to deactivate certain menu options, create my own customer menu, move some data around behind the scene, etc. My fear is I know next to nothing about VBA. Since I will most likely need to add VBA to my user workbook, I may as well create a user form with command buttons within it.
I apologize for the long winden note, but I wanted those that could help know where I am at with my pet "project". Finally, my question. I have played a little with creating a user form. I need to know the following: How do I activate the user form upon opening the user workbook. Second, how do I add command buttons on this user form. If someone can show me how to program one command button within the userform to, when selected, jump to the uppermost left corner blank cell of another worksheet within the same workbook, I would be much appreciated. Once I see this code, I can probably configure my other command button tasks and move from there.
Thanks,
Al