The VBA code for setting properties for the whole row or column is:
Columns("G:G").Font.Bold = True
Rows("21"21").Font.Bold = True
Sergei Stenkov wrote:
> Hello,
>
> Does anyone know how to access Excel row/column from Delphi 5.
> I need to change the content of a row/col's font to bold (say for totals)
> and need to be able to do it in one go, not cell by cell
>
> Thank you,
> Sergei Stenkov
>
> ---------------------------------------------------------------------------
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
--
John Mason
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"