Find a name in a colum and insert a row

O

osarlandt

I have a large worksheet with over 1000 rows of information.

I would like to develop a VBA macro to open a search text box and
position the cursor to the cell that matches the text input. ( similar
to the index option in help)

When enough characters have been entered I would like to add a row
below the existing row and position the cursor to the first cell in the
row.

Any code or help would be appreciated! :)
 
E

Earl Kiosterud

You may wish to add the rows to the bottom of the list, then sort it. Lists
are often sorted on various columns as needed. There's no need normally to
maintain a particular order as you update it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top