Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Auto excel borders
Message
From
22/02/2013 23:10:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Auto excel borders
Miscellaneous
Thread ID:
01566801
Message ID:
01566801
Views:
73
Does anyone know how to place a border around a group of cells in excel automation.
so far so good.
thanks
k
oRange = oWorkbook.Sheets[1].range("A1", "B2") 
oRange.Interior.ColorIndex = 41
oRange.Font.Name= "corbel"
oRange.Font.Size= 11 
oRange.Font.Italic = .T.
oRange.Font.Bold = .T.
oRange.font.ColorIndex = 19
Next
Reply
Map
View

Click here to load this message in the networking platform