Best Way to Search a 2D Array

mchac

Well-known Member
Joined
Apr 15, 2013
Messages
531
Thanks Mike. Without the $ does it still always return a string?
No it's not in a worksheet. The array takes some parameters in a sheet then creates an array.


Thanks Blade Hunter.
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Blade Hunter,
In my code, myArray is a two dimensional array, each element of which is a string.

In your code, myArray is a 1-dimensional array, each element of which is an array.

Where my syntax would be myArray(a, b) , your syntax would be myArray(a)(b)

Without the $ does it still always return a string?
Given a Ascii code number, Chr returns the string represented by it. It will always be a string. (Up to Excel's automatic type conversion routines.)
 
Last edited:
Upvote 0
Thanks Mike. One follow up to make sure I'm clear on the syntax. Given the current excel conversion routines, is the $ redundant or does it accomplish something?
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top