View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JW[_5_] JW[_5_] is offline
external usenet poster
 
Posts: 2
Default Enumerated constants defined where?

Where are the MsoBarPosition constants stored?

Doesn't matter what I use (msoBarLeft, msoBarTop, msoBarRight, msoBarBottom,
msoBarFloating, msoBarPopup, or msoBarMenuBar), it's appearing at left. If I use
a number instead of the constant, it works. Obviously it's defaulting to
msoBarLeft (0).

For fun, type "MsoBarPosition" into Google and see what they suggest for "Did
you mean"...

TIA.

jon
--