Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find Coloured Font in Excel Cell
#2
Macro Macro2627
Code:
Copy      Help
ExcelSheet es.Init
Excel.Range r=es._Range("A1")
int fillColor=r.Interior.Color
int fontColor=r.Font.Color
out F"fillColor=0x{fillColor}, fontColor=0x{fontColor}"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)