Help with regards finding code then i can proceed

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,226
Office Version
  1. 2007
Platform
  1. Windows
Hi,
On my worksheet i type in a customers name in the cell A6
I then go to the cell B6 to complete the next set of values to input BUT when i leave the cell A6 a code checks to see if the customers name already already exists in column A.
If nothing is found i continue like you would BUT if the name exists the cell A6 turns red.

It is this code i wish to now find.
Right clicking on the worksheet tab doesnt show me what i think i should be looking for as i see no reference to the color red etc.

Any advice to help me find this code either by typing something in cell A6 etc.

I can then come back here to continue with it.

Thanks
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Are you saying that the cell turns red, but you don't know how, or are you saying you want it to turn red?
 
Upvote 0
Hi,

I type Fluff in cell A6 and when i leave that cell it then turns Red because unbeknown to me Fluff exists already in cell A100

I need to find where the code is that turns it Red.
Once found i will try to add a msgbox asking if i wish to be taken to the cell in question in this case A100

Hence need to find the code

Thanks.
 
Upvote 0
Sounds like it could be conditional formatting
 
Upvote 0
Spot on thanks,saved me time reading all the modules again.

Can you advise a code from here on now or do i need to start a new post ?

Ive deleted the Conditional Formating now.

So my new code should work like this.

Worksheet is called DATABASE
Cell where i would type the customers name is always A6
Once i leave cell A6 the code should check for a duplicate in only the Column range A6 & down the page.
If no duplicate is found then allow me to continue.
If a duplicate is found then show a msgbox yes / no asking would i like to be taken to that cell.
No just closes the msgbox where yes would take me to the cell where the duplicate is.

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,563
Messages
6,120,248
Members
448,952
Latest member
kjurney

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