If you are working on a Word document, I guess you are using word COM interface. If so, then even thought the methods doesn't show in the drop down list when you type "." you can use all methods from the COM interface, thanks to late binding.
Refer to : http://msdn.microsoft.com/library/default.asp?url=/library/en- us/vbawd11/html/wotocOMMap_HV01049667.asp regards, Steeve... --- In [email protected], "vijay_lad1" <[EMAIL PROTECTED]> wrote: > > Hi , > > I am working on word document thru AX code. Can u please give the list > of methods which can be use with word objects. > For Ex. whats the mehod name to print a word document thru AX code. > > Is there any way to find out list of methods on given non AX objects > like excel , word etc. >

