Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default An easy question... Maybe?

I have a spreadsheet that I only want to use for user input. The user will
fill out a UserForm and then when the click a button, I want the information
they entered to be put into a worksheet (Columns A through I) in the next
empty row.

Then another user will open the spreadsheet, fill out the form, and the data
they entered should be put into the next empty row of the spreadsheet, etc.

So, I pretty much want to populate a table via user input from a UserForm.
I would think this would be easy to figure out, but I can't. I have tried
creating a named range for the data and inserting, I have tried using the
cell names. I just need a little bit of guidance on how to do this and I
will be ready to go.

I am very new to Excel VBA as I am an Access guy and this sort of thing is
inherent in access apps. The major problem I have had is knowing where/how
to put the next row without overwriting any rows. I don't know how many
rows there will eventually be, but probably a lot.

Lydon D. Bergin
MCP, MOS


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default An easy question... Maybe?

Hi Lydon

You can link textboxes to a cell in your worksheet (see properties) and then use code like this to copy the range in the database
sheet with this
http://www.rondebruin.nl/copy1.htm



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Lydon Bergin" wrote in message ...
I have a spreadsheet that I only want to use for user input. The user will fill out a UserForm and then when the click a button, I
want the information they entered to be put into a worksheet (Columns A through I) in the next empty row.

Then another user will open the spreadsheet, fill out the form, and the data they entered should be put into the next empty row of
the spreadsheet, etc.

So, I pretty much want to populate a table via user input from a UserForm. I would think this would be easy to figure out, but I
can't. I have tried creating a named range for the data and inserting, I have tried using the cell names. I just need a little
bit of guidance on how to do this and I will be ready to go.

I am very new to Excel VBA as I am an Access guy and this sort of thing is inherent in access apps. The major problem I have had
is knowing where/how to put the next row without overwriting any rows. I don't know how many rows there will eventually be, but
probably a lot.

Lydon D. Bergin
MCP, MOS



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
Hopefully an easy question Yookaroo Excel Worksheet Functions 4 July 7th 09 08:31 PM
probably an easy question Jason Excel Discussion (Misc queries) 4 February 7th 08 05:39 PM
Easy Question dok112[_40_] Excel Programming 2 July 20th 05 11:48 PM
new user with easy question? not easy for me speakeztruth New Users to Excel 5 June 3rd 05 09:40 PM
Easy Question Lawson Excel Programming 1 October 20th 03 09:28 PM


All times are GMT +1. The time now is 03:54 PM.

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

About Us

"It's about Microsoft Excel"