On Thu, 23 Jul 2009, Henry Rich wrote: > I finally found > > http://msdn.microsoft.com/en-us/library/aa272302(office.11).aspx > > which lists the methods etc. But the methods under the letter S seem to > be missing some. In particular, Select is not shown. Does anybody have > a pointer to a complete list?
iirc the range object is already sufficient to select cell or block of cells. Or you meant the active cell? In the past I use the object inspector in vb (not vb.net) to browse those methods or properties. There should be similar facility in vs express but I might wrong. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
