Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Restrict Find to one column

Hi all!

I did a quick Google search but couldn't find the answer to the question:
How do I force Excel's Find to only search column A?

Any help greatly appreciated.

cheers,
Matt.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Restrict Find to one column

Hi Matt,

Select the entire column A, then do a Find.

Chong Moua
-----Original Message-----
Hi all!

I did a quick Google search but couldn't find the answer

to the question:
How do I force Excel's Find to only search column A?

Any help greatly appreciated.

cheers,
Matt.


.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Restrict Find to one column

If you mean with code

Range("A1").EntireColumn.find . . .

or

Columns(1).Find . . .

Regards,
Tom Ogilvy


"Matt." wrote in message
.. .
Hi all!

I did a quick Google search but couldn't find the answer to the question:
How do I force Excel's Find to only search column A?

Any help greatly appreciated.

cheers,
Matt.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I restrict a text column to a specific number of characters? Irene Threadgold Excel Discussion (Misc queries) 4 November 5th 09 09:31 PM
restrict access to a column of a spreadsheet James Excel Discussion (Misc queries) 1 March 18th 08 08:00 PM
How can I restrict cell data display to column width? Sally Excel Discussion (Misc queries) 0 January 6th 06 06:32 PM
is it possible to Restrict Find & Replace to 1 column Simon New Users to Excel 5 May 29th 05 04:17 PM
How do I restrict data movement (cut & paste) to only one column? Kev Nurse Excel Discussion (Misc queries) 8 February 15th 05 02:41 AM


All times are GMT +1. The time now is 01:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"