Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi all,
I have created a user form VBA. When I open the VBA Project window I have: VBAProject (file name) + Microsoft Excel Objects Sheet 1 This Workbook + Forms Name of the form I created What I want to do in the spreadsheet is create a command that when clicked will bring this form up. The boxes in the form are designed to go to various cells in the worksheet. How do I accomplish this? Is there a code that I am supposed to write that will automatically go the form? I am not the greatest when coming to working with commands in Excel. Any help would be greatly appreaciated. Thanks Keith -- Keith Pitner Illinois |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You may not need a userfrom--maybe Data|Form would be sufficient.
But if you want a userform, check out Debra Dalgleish's site: http://contextures.com/xlUserForm01.html Keith wrote: Hi all, I have created a user form VBA. When I open the VBA Project window I have: VBAProject (file name) + Microsoft Excel Objects Sheet 1 This Workbook + Forms Name of the form I created What I want to do in the spreadsheet is create a command that when clicked will bring this form up. The boxes in the form are designed to go to various cells in the worksheet. How do I accomplish this? Is there a code that I am supposed to write that will automatically go the form? I am not the greatest when coming to working with commands in Excel. Any help would be greatly appreaciated. Thanks Keith -- Keith Pitner Illinois -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Dave,
Thank you. As ou have figured out I am not all that smart on these things. Can you tell me what a data form is and you create one. Thanks Keith -- Keith Pitner Illinois "Dave Peterson" wrote: You may not need a userfrom--maybe Data|Form would be sufficient. But if you want a userform, check out Debra Dalgleish's site: http://contextures.com/xlUserForm01.html Keith wrote: Hi all, I have created a user form VBA. When I open the VBA Project window I have: VBAProject (file name) + Microsoft Excel Objects Sheet 1 This Workbook + Forms Name of the form I created What I want to do in the spreadsheet is create a command that when clicked will bring this form up. The boxes in the form are designed to go to various cells in the worksheet. How do I accomplish this? Is there a code that I am supposed to write that will automatically go the form? I am not the greatest when coming to working with commands in Excel. Any help would be greatly appreaciated. Thanks Keith -- Keith Pitner Illinois -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Create a test worksheet in a new workbook
Put your headers in A1:D1 (for example) Then put some test data in A2:D5 Select A1:D5 (the whole range) Click on Data (on the worksheet menu bar), then click on Form. Keith wrote: Dave, Thank you. As ou have figured out I am not all that smart on these things. Can you tell me what a data form is and you create one. Thanks Keith -- Keith Pitner Illinois "Dave Peterson" wrote: You may not need a userfrom--maybe Data|Form would be sufficient. But if you want a userform, check out Debra Dalgleish's site: http://contextures.com/xlUserForm01.html Keith wrote: Hi all, I have created a user form VBA. When I open the VBA Project window I have: VBAProject (file name) + Microsoft Excel Objects Sheet 1 This Workbook + Forms Name of the form I created What I want to do in the spreadsheet is create a command that when clicked will bring this form up. The boxes in the form are designed to go to various cells in the worksheet. How do I accomplish this? Is there a code that I am supposed to write that will automatically go the form? I am not the greatest when coming to working with commands in Excel. Any help would be greatly appreaciated. Thanks Keith -- Keith Pitner Illinois -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a spreadsheet into a "fillable" PDF form | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
When I type "13" the spreadsheet shows "14." Possibilities? | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Insert "-" in text "1234567890" to have a output like this"123-456-7890" | Excel Discussion (Misc queries) |