Error Find...

ISY

Active Member
Joined
Nov 16, 2009
Messages
430
Office Version
  1. 365
Platform
  1. Windows
Hallo

The following command calling the Find command .. Excel 2003
Code:
Application.Dialogs(xlDialogFormulaFind).Show
I draw out of the loop vba command to avoid problems like data recovery ..

Thanks in advance for the advice you can offer
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hallo

I prefer if there are alternatives to launch the sequence of keys
CTRL+MAIUSC+T as well as to end the routine in progress

Code:
    Sub Find() 
        SendKeys "+^T", True 
    End Sub
I thank all of the attention
 
Upvote 0
You can use Find in VBA without calling up the dialog box. What are you trying to accomplish exactly?
 
Upvote 0

Forum statistics

Threads
1,224,545
Messages
6,179,432
Members
452,915
Latest member
hannnahheileen

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