Crt F (im trying to create a find box within excel)

Luke1690

Board Regular
Joined
Jul 26, 2022
Messages
106
Office Version
  1. 2016
Platform
  1. Windows
im trying to create a find/search box within excel that will jump to the location of the exact number entered into the box.

i don't want to highlight the box, so not conditional formatting. and i don't want to pull the found data to another location.
i just want to jump to the location on the sheet where the exact data match's.

pretty much (crt f) or the (find and select tab), i want this embedded on my workbook, so dummies can use it.

is this possible?

excuse the poor grammar and thankyou in advance.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
What exactly do you want?
A pop up inputbox, ask user to input some text: "A1" then cell A1 active, or "student" then move to cell with textstring: "I am a student" ?
 
Upvote 0
thanks for your reply. I've found something that i can use.
i created a button and used the below code.

Sub MyFind()
Application.Dialogs(xlDialogFormulaFind).Show
End Sub

this opens the find window.

not exactly what i wanted but it will do.

i wanted to have a text box with a find button across two cells that when text was entered in the text box and find button was clicked it would jump to the location on the sheet that matches the specific text.
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,332
Members
449,077
Latest member
jmsotelo

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