2 Combo Boxes Active x control - jumping between VBA code

daniel.e

New Member
Joined
Jun 24, 2010
Messages
43
Hi,

I recorded a macro and assigned it to a combo box (Active X control) which worked perfectly fine, however since adding another combo box which has a seperate macro assigned to it the 1st combo box macro has stopped working.

Half way through running the 1st macro it jumps to the second macro, if I could stop it doing this everything would be fine!

i assume the reason it jumps is because i am pasting data into the cells that combo box 2 is referencing. (it jumps on the line highlighted in bold


ets("HouselistWrking").Select
ActiveSheet.ShowAllData
Columns("DG:DG").Select
ActiveSheet.Range("$A$1:$DG$11802").AutoFilter Field:=110, Criteria1:="1"
Selection.Copy
Sheets("lookup").Select
Range("D1").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Sheets("Front").Select
Range("A2").Select


Hope you can help

Thanks,

Dan
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,213,492
Messages
6,113,967
Members
448,537
Latest member
Et_Cetera

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