This is what I am trying to do.  I am trying to add a border to the bottom
edge of a cell.  The Range and some other methods seem to not work with the
syntax that the VB editor in excel says.  Like Range in the vb editor is
Range("A1:B9").Select.  When I try this in php it gives me and error.  I
found that some of the functions are not recognized also.  Do I have to use
some other syntax?  Do you know where I can get a list of the available
objects that are available in php?
I want to select the range A1:E5
$sheet = Range( ??? );
$sheet->Select;



Thanks,


__________________________________________________   
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 General 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