Insert text into rev tables

Hi again,

I am trying to insert text in an existing revtable (one I justinserted). But it does not seem to take the value input.

revTableTemplate = "Y:\Drawing_Tables\REVTABLES\Evo RevTable.sldrevtbt"

rSheet.InsertRevisionTable True, 0, 0,swBOMConfigurationAnchor_TopRight, revTableTemplate
revid = swRevTable.AddRevision("01")

Set swTable = rSheet.RevisionTable 'point to new table

swTable.Text(3, 2) = "INITIAL DEVELOPMENT RELEASE"

Any insights would be appreciated.

Thanks
DaveSolidworksApi macros