User Form Transfer of data

MollyR

New Member
Joined
Jan 21, 2009
Messages
2
I have built a large Userform to be an Operator Data Log in my plant. I am transferring data from the form to the Excel table by finding a the next empty row and putting the data into the cells in that row. But the problem is that in order for this to fall into the table correctly (that I know of), the operators can't save the data until the end of their 12 hour shift. That leaves plenty of opportunity for someone who doesn't know any better to use the computer and shut the Workbook, thereby losing the data.

I need a way that the operators can safe the data throughout the day and that it will go into a row based on the date and the shift they are on. I know how to use Vlookup and Find from worksheet to worksheet, but I'm teaching myself VBA over the past month and don't know how to do what I need this userform to do. I want to give them a Save button that will look for a data in a table (and then the correct shift) and the data entered into the correct column. When they enter another set of data 2 hours later, I want it to realize that there is data in some columns already and only enter data in columns that have no date from the previous save.

Is that possible? How?

Thank you,
MollyR
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,214,849
Messages
6,121,922
Members
449,056
Latest member
denissimo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top