Joe,

here is a link that will help in learning how to do COM (an excel example
included): http://phpbuilder.com/columns/alain20001003.php3


> -----Original Message-----
> From: Mainolfi, Joe [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 31, 2002 11:22 AM
> To: 'PHP-WIN'
> Subject: [PHP-WIN] Com
> 
> 
> is anyone out there familiar with COM built into Php?
> This is my code:
> 
> $sheet = Range("B6:B9")->Select;
> $sheet->Selection->Borders(xlEdgeBottom);
> $sheet->Selection->LineStyle = 9; //xlContinuous
> $sheet->Selection->Weight = 2; //xlThin
> 
> I get an error everytime I use the Range method and some 
> other methods, the
> major things work, but the formatting seems to be a little 
> funny with its
> syntax
> 
> Any help would be greatly appreciated, Thanks in advance
> 
> __________________________________________________   
> Joseph D. Mainolfi Jr.
> IT Specialist
> American Bridge Company
> 1000 American Bridge Way
> Coraopolis, PA 15108
> (412) 631-1018 phone
> (412) 631-2000 fax
> [EMAIL PROTECTED]
> http://www.americanbridge.net
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to