Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel AddCode in worksheet
#3
Macro Macro3037
Code:
Copy      Help
ExcelSheet a.Init
Excel.Range s=a.ws.Range("C1")

typelib Excel

s.Borders.Item(xlDiagonalDown).LineStyle = xlNone
Border b=s.Borders.Item(xlEdgeLeft)
b.LineStyle = xlContinuous
b.Color = 0x0000ff
;b.TintAndShade = 0
b.Weight = xlThin

FormatConditions - here exception too.
AddCode - here exception too, something about security.


Messages In This Thread
Excel AddCode in worksheet - by Lucas - 05-04-2018, 07:11 PM
RE: Excel AddCode in worksheet - by Lucas - 05-07-2018, 06:06 AM
RE: Excel AddCode in worksheet - by Gintaras - 05-07-2018, 05:17 PM
RE: Excel AddCode in worksheet - by Lucas - 05-07-2018, 07:12 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)