Event Log

Rookwood

New Member
Joined
May 8, 2019
Messages
4
Hi,

I have a few vehicle at my work which people take at random times. I am wondering is it possible to have a spreadsheet where the sheet shows

Which car (drop down window)
Person taking car
Reason for taking car
Time Out
Expected Return
Time In

These would have a field box next each question.

After the info is entered they hit a 'GO' button or such. It then updates that info to a second sheet or multiple sheets that correspond to the car rego.

Once they hit go they question fields empty and the next person can enter the details?

Preferably i would like to do this with formulas not VBA as I dont know VBA.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Is there a textbox on your userform named txtDriver ?

Just to cover it, in case there might be a question .... Me refers to the UserForm. The code goes in the UserForm code module.

txtDriver would be the name of a textbox on the UserForm.

txtDriver should be followed with the term Text. Me.txtDriver.Text

Data located in a TextBox are referred to as .Text
Data located in a cell are referred to as .Value
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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