microsoft+excel+training+london - case sensitive text

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft+excel+training+london - Case sensitive text

microsoft+excel+training+london - Case sensitive text

resolvedResolved · Low Priority · Version Standard

James has attended:
Excel VBA Intro Intermediate course

Case sensitive text

When comparing text does it matter if both names are not in the same case?

RE: Case sensitive text

James

Yes. It can matter.

Excel compares the binary values of text as default (eg "A" does not equal "a")

To compare text as default write

Option Compare Text

in the General / Declarations section of the code window

Carlos


 

Excel tip:

Entering text in Multiple Worksheets

If you have a number of worksheets in a workbook that require the same information (data or tables) on each worksheet, this can be done as follows:

Hold down the Ctrl key and click one or more of the additional worksheet tabs (i.e. Sheet2, Sheet3, etc).

In your mainsheet (Sheet1) enter the required data or design a table.

When done 'Click' on the other sheet tabs and you will see that the information entered in Sheet1 is on all the other selected worksheets.

NB Do not forget to deselect the worksheets - otherwise you may add data to the main worksheet and all the selected worksheets will also have that data!

View all Excel hints and tips


Server loaded in 0.08 secs.