Need help to find record

ashgaroth

New Member
Joined
Mar 10, 2010
Messages
18
I have a rather large Excel spreadsheet that I use for mail merges, etc.,

I also use it to get information from individual records for forms, letters, et al.

I would like to be able go straight to a record(row) without having to read through all the records before it (In RPG you use logical files that sit over a database and only use the records that match the logical file). Is there anything similar in VBA that I can use. For example: if I have a client with a surname of Smith and search by surname, I don't want to pick up Smithers or Smithson - or indeed any other surname. Likewise, each of my clients has a unique identifier (if I use this, I want to go straight to their record and not have to read all of the records prior to theirs). Any ideas peeps?
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Without VBA, you can use Find feature:
- Highlight a column
- Ctrl+F
- Check 'Match entire cell content'
- Type the keyword
- Cilck 'Find Next' or 'Find All'
 
Upvote 0
Without VBA, you can use Find feature:
- Highlight a column
- Ctrl+F
- Check 'Match entire cell content'
- Type the keyword
- Cilck 'Find Next' or 'Find All'

And how does this help me?

What is the point of answering "Without using VBA", when my query specifically asked for a VBA solution?

How do you propose that I use your 'solution' for mail merge?

Answers regarding VBA only please!!
 
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,366
Members
449,080
Latest member
Armadillos

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