Thread: Find Macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Susana C via OfficeKB.com Susana C via OfficeKB.com is offline
external usenet poster
 
Posts: 7
Default Find Macro

Hello,

I've written a simple macro that searches column A for whatever the user
inputs in the find dialogue box. I would like to now close the box and
hightlight or select the found row.

Here's what I have so far:

Columns("A:A").Select
Application.Dialogs(xlDialogFormulaFind).Show

Thanks for any help!

--
Message posted via http://www.officekb.com