Skip to content

OLE in Superbase

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3646
    Ian Macpherson
    Participant

    This is a reply to gus 62 who asked about borders in Superbase Here are some OLE examples The one that interests you is the s.Superbase.Borders(9).Weight = etc etc near the end
    s.Range(“A10:C10”).Select()
    s.Selection.Font.Name = “Anastasia”
    s.Selection.Font.FontStyle = “Regular”
    s.Selection.Font.Size = 9
    s.Selection.Font.Strikethrough = 0
    s.Selection.Font.Superscript = 0
    s.Selection.Font.Subscript = 0
    s.Selection.Font.OutlineFont = 0
    s.Selection.Font.Shadow = 0
    s.Selection.Font.Underline = – 4142
    s.Selection.Font.ColorIndex = – 4105
    s.Selection.Borders.LineStyle = 1
    s.Selection.Borders(9).LineStyle = 1
    s.Selection.Borders(9).Weight = – 4138
    s.Selection.Borders(9).ColorIndex = – 4105
    Best regards Ian Macpherson

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.