[PHP-WIN] Com
by Mainolfi, Joe other posts by this author
Jan 31 2002 7:22PM messages near this date
[PHP-WIN] Native connection MS SQL2000
|
[PHP-WIN] PHP INSTALL FILES
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
Jmainolfi@[...].net
http://www.americanbridge.net
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-windows-unsubscribe@[...].net
For additional commands, e-mail: php-windows-help@[...].net
To contact the list administrators, e-mail: php-list-admin@lists.php.net
|