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
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Re: Required help to link to spread sheet using userform

I don't see your UserForm and your image.
 
Upvote 0
Re: Required help to link to spread sheet using userform

We will need some details about what you want help with.
 
Upvote 0
Re: Required help to link to spread sheet using userform

What component do you use as a grid, in your image?
 
Upvote 0
Re: Required help to link to spread sheet using userform

What do you want the vba code to do?

We need sheet names.

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.
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
 
Last edited:
Upvote 0
Re: Required help to link to spread sheet using userform

Actually iam not sure about this.

It seems you do not have any knowledge of VBAs and macros, if so you have to start to familiarize yourself with creating a userform for data management.
You could start from this guides:

How to add a UserForm to aid data entry in Excel - TechRepublic
https://www.techrepublic.com/article/pro-tip-add-a-userform-to-aid-data-entry-in-excel/

To load filtered data by ID, you could use a ListBox (as grid):
Listboxes on userforms with Excel VBA macros
http://sitestory.dk/excel_vba/listboxes.htm
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,573
Members
449,089
Latest member
Motoracer88

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