分享传递知识

Openoffice macro CellProtection

Openoffice macro CellProtection

 

sub xinji
    Dim oDoc as Object
    Dim oSheet as Object
    Dim oCell,oRange as Object
    Dim p As New com.sun.star.util.CellProtection
    dim aa , bb as string
    aa = “A”
    bb = “F”
    oDoc = ThisComponent
    oSheet = oDoc.Sheets(0)
    ‘oCell = oSheet.getCellByPosition(1,1)
   ‘ oRange = oSheet.getCellRangeByName(“B1:F10”)
   oRange = oSheet.getCellRangeByName(aa & “1:”& bb &”10”)
    ‘p = oCell.CellProtection
    p = oRange.CellProtection
    p.Islocked = False
    oRange.CellProtection = p
    oSheet.protect(“xinji”)

end sub

{backbutton}
长空雪


关注公众号『长空雪』

搬孕工 分享孕妇写真 关注我微信公众号 长空雪 “情而不色”是我公众号的风格

赞(0) 打赏

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏