search engine and macro vba

eliking510

New Member
Joined
Mar 2, 2011
Messages
15
Hey, I have the foloowing Problem, i need help.

attachment.php


In the first userform when choosing the company , the text typed in the textbox will be copied into another sheet according to the company name ( for each company there is a diffrent sheet )

Here comes my prob: I only created the design mode for the second userform.
I need to search using one or more parametres and the input the results into the third userform.


Its very complicated to me, I am just a beginner.and i will be greatfull if i can get a clear explanation with some steps to follow

Thanks for helping :-)
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Not sure what you want but why do you have to use 3 userforms. Use 1 userform then use Combobox or textbox for critirias and then you may also display your result in different page by using MultiPage.

How does your code look like now?:)
 
Upvote 0
Not sure what you want but why do you have to use 3 userforms. Use 1 userform then use Combobox or textbox for critirias and then you may also display your result in different page by using MultiPage.

How does your code look like now?:)

I will have two optins.. 1- input a new value. 2- search

the first userform is for adding new values...the second userform is to search for the values i've been added .. and by clicking "search".. the result will be displayed in a new windows.. now when im thinking.. the third userform is useless.

Here is an example that may help you
-------------------------------------
company- 1
Car- X
color- blue
Type - 4X4
(this will be saved in the "1" sheet)
and anoother one

company- 2
Car- X
color- red
Type - 4X4
(this will be saved in the "2" sheet)

Now.. I want to search for all the 4x4 type and with a blue color( in both companys)or to search for all the Red cars, and to display the results in a new windows,

I hope it was clear enought ,Thanks for helping:rolleyes:
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,710
Members
452,939
Latest member
WCrawford

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