vba user form needed coding

denimfact

New Member
Joined
Oct 10, 2016
Messages
2
I am hoping someone might be able to help me out with some code.I attached my project and want to solve the following.

1.When i fill combobox2 color name automaticaly insert in Textbox13 from the list on sheet3.
2.there are three type of search CUSTOMER ComboBox1, PANTONE# ComboBox2 AND LOT NO Textbox2.
search data also shown in list box.
3. when i add photo it will also save in folder at c:drive
4. all data will be save in DATABASE row wise from A4:AQ4 in sheet 2 including photo.
5. all data show in userform to edit and save after edit.
6. sheet1 is for printing page and i want to create pdf with three cells C5,C6 and H5. curruntly save as pdf with
only one cell as file name.

Any help will be highly appriciated.
Recipe.xlsm
BCDEFGHIJKL
2
3
4
5CUSTOMERLOT NO.
6COLOR NAMEPANTONE #
7YARN COUNTGMS/CONE
8NO.OF CONESL:RNET WEIGHT
9GRSS WEIGHTWATERTARE WEIGHT
10
11DYES AND AUXILLARIESUNITRECIPERATEAMOUNTQUANTITY IN KGMS
12
13
14
Sheet1

Recipe.xlsm
ABCDEFGHIJKLMNOPQR
1Database
2
3CUSTOMERCOLOR NAMEYARN COUNTNO.OF CONESGRSS WEIGHTL:RWATERLOT NO.PANTONE #GMS/CONENET WEIGHTTARE WEIGHTChemical 01Chemical 02
4
5
6
7
Sheet2

Recipe.xlsm
BCDEFGHIJKLMNOPQRS
1LIST FOR COMBO BOX
2
3CustomerPantoneColorNameYarnCountChemicalPriceGmsConeNoofConesWaterUnit
4AAAAAAAAAAAAA16-5825 TCGumdrop Green10/Singal CardedACITIC ACID3100.05310g/l
5BBBBBBBBBBBBB16-5904 TCWrought Iron12/Singal CardedALKASIL CHS8000.0551515%
6CCCCCCCCCCCCC16-5907 TCGranite Green14/Singal CardedALKAWAX GW CONC.6000.061820Lbs/L
7DDDDDDDDDDD16-5917 TCMalachite Green16/Singal CardedB.GREEN F-2B6,3000.0652425CC/L
8
9
Sheet3
 

Attachments

  • Capture.PNG
    Capture.PNG
    37.8 KB · Views: 7

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.
For applications with databases, it would make more sense to use Microsoft Access.
 
Upvote 0
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: vba user form needed coding
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,215,651
Messages
6,126,027
Members
449,281
Latest member
redwine77

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