Thread: xl
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default xl

Are you talking about defined constants like

xlToLeft

xlup

these can be found in the help with the functions they are used with.

You can also search for them in the Object browser in the VBE. If you
select one in the object browser, in the bottom of the window you will see
the value the constant represents.

--
Regards,
Tom Ogilvy

"noyb" wrote in message
...
When reading this forum I see numerous references to "xl<something" but
I can't find references to these variables?? by searching help for xl in
either VBE or Excel. Would someone please give me a jump start in this
area? For instance where does one find reference to these ?? in the help
system?
Thanks