A
A Mad Doberman
Here is a snippet of code from a common sort routine.
Header:=xlGuess
2 questions:
1.) What does xl mean and do in VBA code. I have seen and used this in
many situations, although it has been copy/paste and I really don't
understand what it does. Another common place I use this is:
ActiveCell.SpecialCells(xlLastCell).Select
2.) What does Guess do, as in Header:=xlGuess. The answer seems
obvious enough, but I want to understand what the code is actually
doing and basing behavior on.
Thanks in advance all!
Header:=xlGuess
2 questions:
1.) What does xl mean and do in VBA code. I have seen and used this in
many situations, although it has been copy/paste and I really don't
understand what it does. Another common place I use this is:
ActiveCell.SpecialCells(xlLastCell).Select
2.) What does Guess do, as in Header:=xlGuess. The answer seems
obvious enough, but I want to understand what the code is actually
doing and basing behavior on.
Thanks in advance all!