Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Below is part of a code from pfsardella. It contains the
character "_"(underscore). I have seen underscores in a good many codes. Does it just co join the code together if its too long or something? Whats it do? ConvertNumberToLetter = _ Left(Columns(intNum).Address(False, False), _ 2 + 1 * (Columns(intNum).Column < 27)) Thanx Todd Huttenstine |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You surmise correctly, it is a line continuation character
when it is at the end of a line and separated by a space from any preceding characters. Can be use for long lines of code and also for comments Kevin Beckham -----Original Message----- Below is part of a code from pfsardella. It contains the character "_"(underscore). I have seen underscores in a good many codes. Does it just co join the code together if its too long or something? Whats it do? ConvertNumberToLetter = _ Left(Columns(intNum).Address(False, False), _ 2 + 1 * (Columns(intNum).Column < 27)) Thanx Todd Huttenstine . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
underscore in functions | Excel Worksheet Functions | |||
underscore in email address covered by hyperlink underscore | Excel Discussion (Misc queries) | |||
'underscore' line in '__ / __' not printing ??? | Excel Discussion (Misc queries) | |||
How can I double underscore in excel? | Excel Worksheet Functions | |||
how can i make a measurment with and underscore under the second | Excel Discussion (Misc queries) |