Jefferson2512

Board Regular
Joined
Sep 16, 2019
Messages
53
I have a userform with this table and I want a VBA code that when i choose 'Abuyog' as a branch for my combobox, it will appear to the rows where abuyog branch placed..

AverageBranchStart DateEnd Date
Abuyog
Ajug
Alang-alang
Alegria
Alicia
Allen
Aloguinsan
Altavas
Argao

<tbody>
</tbody>
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
.
Huh ????

Hi Logit,

what I mean is, i have a form and that form had a dropdownlist that contains the names of the branches in the table that i was posted above.. what I want is when i choose 'Abuyog' in my dropdownlist as a branch all the data will be posted in the table and it will be posted only in the row where Abuyog placed.
 
Last edited:
Upvote 0
.
Ok ... you have written somewhere in your workbook the following information :
AverageBranchStart DateEnd Date

<tbody>
</tbody>


Is the "form" you are speaking of a USER FORM ? Or are you using a worksheet and calling it a FORM ?

Where is the information stored that you want displayed ? (Average, Branch, Start Date, End Date)


Understand that you can see what you are working with but volunteers here cannot. The fastest answers can be obtained
by providing a sample workbook (omit any confidential information) and post it on a cloud site like www.dropbox.com or similar.
Then provide the download link here.

On the surface it sounds like you are needing a VLOOKUP procedure but the other details listed above are required to know how
to give you assistance.
 
Upvote 0
.
Ok ... you have written somewhere in your workbook the following information :
AverageBranchStart DateEnd Date

<tbody>
</tbody>


Is the "form" you are speaking of a USER FORM ? Or are you using a worksheet and calling it a FORM ?

Where is the information stored that you want displayed ? (Average, Branch, Start Date, End Date)


Understand that you can see what you are working with but volunteers here cannot. The fastest answers can be obtained
by providing a sample workbook (omit any confidential information) and post it on a cloud site like www.dropbox.com or similar.
Then provide the download link here.

On the surface it sounds like you are needing a VLOOKUP procedure but the other details listed above are required to know how
to give you assistance.


I want my information to be placed in the worksheet .. and the form I mean is a userform in VBE .. I want the information from the userform will be posted in the sheet. and that information will depends on my combo box(branch) in userform .
sorry for bad explanation man
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,970
Members
448,933
Latest member
Bluedbw

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