Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
XL97: How to Use a UserForm for Entering Data (Q161514)
http://support.microsoft.com/?id=161514 XL2000: How to Use a UserForm for Entering Data (Q213749) http://support.microsoft.com/?id=213749 http://j-walk.com/ss/excel/tips/tip84.htm http://www.dicks-blog.com/excel/2004...g_userfor.html -- Regards, Tom Ogilvy "maximillan" wrote: Hello, I've just started using Excel VBA. I've a little background on programming VBA and I do mean "little". Anyway, I've been looking all over about how to transfer data from UserForm in Excel VBA to a worksheet. Problem is, I've still not grasped the idea nor understand the codes posted here. So if anyone can help me with this and explain as simple as possible on how to do this, please do so. What I did so far: Created a command button in the worksheet with the code: Reg_Frm.Show < Which opens the UserForm Then designed the UserForm with the following items: 3 Text Boxes 1 Combo Box (Not bound. Used ComboBox1.additem) 1 Quit button (Functional) 1 Reset button (Functional) 1 submit button (Problem) I intend to fill a row with the data taken from UserForm but don't know where to start. Also, if possible, someone explain to me how it'll check if the cell is vacant or not. I'm a complete noob when it comes to macros just so you know. Thank you in advance for the help. ^__^ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data from userform to worksheet | Excel Programming | |||
Data from userform to worksheet | Excel Programming | |||
data from userform into worksheet cells | Excel Programming | |||
Populate Userform text boxes in VBA with VLookup data from #2 worksheet | Excel Programming | |||
Taking Data of cell from worksheet to a userform window | Excel Programming |