Option Compare statement (VBA) (2024)

  • Article

Used at the module level to declare the default comparison method to use when string data is compared.

Syntax

Option Compare { Binary | Text | Database }

Remarks

If used, the Option Compare statement must appear in a module before any procedures.

The Option Compare statement specifies the string comparison method (Binary, Text, or Database) for a module. If a module doesn't include an Option Compare statement, the default text comparison method is Binary.

  • Option Compare Binary results in string comparisons based on a sort order derived from the internal binary representations of the characters. In Microsoft Windows, sort order is determined by the code page. A typical binary sort order is shown in the following example:

    A < B < E < Z < a < b < e < z < À < Ê < Ø < à < ê < ø 
  • Option Compare Text results in string comparisons based on a case-insensitive text sort order determined by your system's locale. When the same characters are sorted by using Option Compare Text, the following text sort order is produced:

     (A=a) < ( À=à) < (B=b) < (E=e) < (Ê=ê) < (Z=z) < (Ø=ø) 
  • Option Compare Database can only be used within Microsoft Access. This results in string comparisons based on the sort order determined by the locale ID of the database where the string comparisons occur.

Example

This example uses the Option Compare statement to set the default string comparison method. The Option Compare statement is used at the module level only.

' Set the string comparison method to Binary. Option Compare Binary ' That is, "AAA" is less than "aaa". ' Set the string comparison method to Text. Option Compare Text ' That is, "AAA" is equal to "aaa". 

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.

Option Compare statement (VBA) (2024)
Top Articles
How to Resolve 'Outlook Closing Automatically’ Issue on Windows?
How to limit device from connecting to home network
Trevor Goodwin Obituary St Cloud
Tesla Supercharger La Crosse Photos
Summit County Juvenile Court
Seething Storm 5E
Sprague Brook Park Camping Reservations
Lenscrafters Westchester Mall
Roblox Character Added
Prices Way Too High Crossword Clue
Slmd Skincare Appointment
W303 Tarkov
National Office Liquidators Llc
Vanessa West Tripod Jeffrey Dahmer
Craigslist Panama City Fl
Tnt Forum Activeboard
Elemental Showtimes Near Cinemark Flint West 14
The Ultimate Style Guide To Casual Dress Code For Women
Lonesome Valley Barber
Odfl4Us Driver Login
Energy Healing Conference Utah
ELT Concourse Delta: preparing for Module Two
Ahrefs Koopje
Little Rock Skipthegames
Gran Turismo Showtimes Near Marcus Renaissance Cinema
Hampton University Ministers Conference Registration
Drift Hunters - Play Unblocked Game Online
Churchill Downs Racing Entries
Kitchen Exhaust Cleaning Companies Clearwater
Ilabs Ucsf
Pickle Juiced 1234
The Best Carry-On Suitcases 2024, Tested and Reviewed by Travel Editors | SmarterTravel
Mistress Elizabeth Nyc
Skill Boss Guru
How To Paint Dinos In Ark
Craigslist Mexicali Cars And Trucks - By Owner
Omaha Steaks Lava Cake Microwave Instructions
Gopher Hockey Forum
California Craigslist Cars For Sale By Owner
Alpha Labs Male Enhancement – Complete Reviews And Guide
Matt Brickman Wikipedia
Ohio Road Construction Map
Youravon Com Mi Cuenta
Congruent Triangles Coloring Activity Dinosaur Answer Key
Richard Mccroskey Crime Scene Photos
Join MileSplit to get access to the latest news, films, and events!
18 Seriously Good Camping Meals (healthy, easy, minimal prep! )
Samantha Lyne Wikipedia
Strange World Showtimes Near Century Federal Way
Tenichtop
Acellus Grading Scale
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 6327

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.