Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default InStr GRRRRRRRR!!!!!!!!

Option Base has no effect on the index number used to refer to the first
element of a string - a string is not an array of characters like in C/C++

the first element of a string is always 1.

so yes, your command should be

If InStr(1, inputline3, fred, vbTextCompare) 0 Then

regardless of your Option Base setting.

--
Regards,
Tom Ogilvy

"andy_brit" wrote
in message ...



Who forgot about 'option base 1' at the top of the module and who was
using 0 as the start position for the array comparison.

Somedays, my stupidity astounds even me!

The general help thing is that if you are using an index in a function
is to ensure that the appropriate option statement is used at the top
of the module. My InStr was wayyyyy down the code, completely forgot
about Option...

Thanks for looking anyway

Andy


--
andy_brit
------------------------------------------------------------------------
andy_brit's Profile:

http://www.excelforum.com/member.php...o&userid=28002
View this thread: http://www.excelforum.com/showthread...hreadid=475054



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
Help with VBA InStr() function EagleOne Excel Discussion (Misc queries) 10 April 12th 07 02:47 PM
InStr Harley Excel Programming 3 August 9th 05 08:55 PM
InStr FGM Excel Programming 3 July 14th 05 08:47 PM
InStr and ADO Al Excel Programming 2 June 17th 04 04:22 PM


All times are GMT +1. The time now is 07:58 AM.

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"