[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.excel.programming

Re: Excel rows.insert question

NickHK

12/12/2006 2:41:00 AM

Scott,
Seems it can one of the XlInsertFormatOrigin enum values:
Const xlFormatFromLeftOrAbove = 0
Const xlFormatFromRightOrBelow = 1

There's a slightly better description here than in the Help:
http://msdn2.microsoft.com/en-us/library/microsoft.office.tools.excel.namedra...(VS.80).aspx
"CopyOrigin
One of the XlInsertFormatOrigin values that specifies where to obtain the
format to apply to the new cells."

Maybe that helps ??

NickHK

<Cooper>; "Scott A." <CooperScottA@discussions.microsoft.com> wrote in
message news:4890477C-02B1-48EB-92F5-FC448DE5EF0A@microsoft.com...
> Excel programing help shows CopyOrigin as a parameter for insert method
but I
> can't find out what it is or how it works.
>
> --
> Scott A. Cooper