Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
sd sd is offline
external usenet poster
 
Posts: 1
Default create column & Row in userfrom

hi,

is there any way in userfrom i can create a 4 column & 5
rows where i can add data into that and it should be
transfer into sheet1. and when i add new data it should go
to next row and can i recall data from sheet1 and make
change on it and it should be save in that row only.

hope any one can give me the way?
thanks in advance.
sd shah
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default create column & Row in userfrom

You could do it by adding an array of textboxes/comboboxes on your userform
and writing the code to populate the textboxes and update the worksheet with
changes made in the text boxes. A more standard approach might be to have
one row of textboxes (4 ) and work one row at a time.

You might want to peruse these articles:

http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.

http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data

http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data

Regards,
Tom Ogilvy

"sd" wrote in message
...
hi,

is there any way in userfrom i can create a 4 column & 5
rows where i can add data into that and it should be
transfer into sheet1. and when i add new data it should go
to next row and can i recall data from sheet1 and make
change on it and it should be save in that row only.

hope any one can give me the way?
thanks in advance.
sd shah



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I update a column and create new rows for new column cells Pete Excel Discussion (Misc queries) 1 June 6th 07 02:02 AM
how do I create multiple column width in the same column in excel Vish Excel Discussion (Misc queries) 9 November 3rd 06 11:49 PM
Userfrom problem... the dude Excel Discussion (Misc queries) 3 May 31st 06 09:33 PM
How do you use DTpicker in a Userfrom TDR Excel Discussion (Misc queries) 2 August 9th 05 01:43 PM
can you use the dtpicker in an userfrom TerryR Excel Worksheet Functions 1 August 1st 05 03:20 PM


All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"