Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default how do i use the excel function search in excel vba?

I want to use the excel functions value and search in excel vba code.
How do I do this
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do i use the excel function search in excel vba?

You should use the vba function Instr instead of Search.

Instead of Value you should use the vba function Val

better to use VBA functions in VBA if they do the job.

--
Regards,
Tom Ogilvy



"Excel programming questions"
om wrote in message
...
I want to use the excel functions value and search in excel vba code.
How do I do this



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default how do i use the excel function search in excel vba?

Thank you very much

"Excel programming questions" wrote:

I want to use the excel functions value and search in excel vba code.
How do I do this

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default how do i use the excel function search in excel vba?

On Tue, 8 Feb 2005 17:49:02 -0800, Excel programming questions
om wrote:

I want to use the excel functions value and search in excel vba code.
How do I do this


You can use SEARCH

Application.WorksheetFunction.Search

but I think VALUE you will have to use a VBA equivalent. What exactly do you
want to do?


--ron
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
excel function search excel novice New Users to Excel 1 February 1st 10 05:36 AM
Excel Search Function cmason Excel Discussion (Misc queries) 1 September 26th 07 06:25 PM
Excel search function Thyag Excel Discussion (Misc queries) 4 August 10th 07 05:53 PM
Excel search function LegalPC Excel Discussion (Misc queries) 2 August 8th 06 07:47 PM
Excel Search function dm2504 Excel Discussion (Misc queries) 2 February 6th 06 03:46 PM


All times are GMT +1. The time now is 06:36 PM.

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

About Us

"It's about Microsoft Excel"