Link to spread sheet using userform

kalaiselvanv

New Member
Joined
Aug 28, 2017
Messages
8
hi all,


I am very new to VBA coding features . My company given me database spread sheet in which there are about more than 150000 lines in that sheet.


So i need a user form to retrieve the data from the database spread sheet and edit the features and update the same in the field.


I have uploaded the sample user form design for your reference for coding purpose.


In that if i enter the ID (Top left side) the details of that ID alone should display 31 days as mentioned in the Image i have attached along, afterward i can edit the fields and update.


Thanks


regards
 
Re: Required help to link to spread sheet using userform

What do you want the vba code to do?
4000 employees 30 days time sheet with their present and absent and with Overtime details has to updated in the Excel.
So the
VBA code has to retrieve the particular employee's time sheet(using search criteria option for employee id's) and display his one month detail from the database spreadsheet (as illustrated below)

large


We need sheet names.
Sheet name is "Master" and excel name is "Timesheet"



Control names like is this data we see in a listbox?

If so what is the name of the listbox
Or is this a whole row of textboxes.
Keep the names as mentioned in the image

What is the control name you plan to click to get the script to do something.



Show us the script you used to load these values into the UserForm
I
dont know any script and i havent written any thing.

 
Upvote 0

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

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