08-28-2010, 09:24 AM
In most cases you can find Word/Excel functions in popup lists, and don't need to read help.
For example, I type "doc." and look for something that could be what I need. Found "Content". Double click. Look in status bar what it returns. It is Range object. If it is an object, I can type "." again and look in the list. Found "Text" property.
Macro Macro1449
or
Macro Macro1449
For example, I type "doc." and look for something that could be what I need. Found "Content". Double click. Look in status bar what it returns. It is Range object. If it is an object, I can type "." again and look in the list. Found "Text" property.
Macro Macro1449
;;;-------------------------------
doc.Content.Text="text"
;;;-------------------------------
or
Macro Macro1449
