Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font size for whole Activesheet
Message
From
27/09/2005 04:19:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Font size for whole Activesheet
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01053317
Message ID:
01053317
Views:
46
Hi all,

This works:

1. lCell=oExcel.ActiveSheet.Range("A1").SpecialCells(11).Address(.F.,.F.,1)
2. area = "A1:"+lCell
3. oRange=oExcel.RANGE("&area").Select
4. oExcel.Selection.Font.Size = 10

but how should I make 4. without prior 3 statements ?

TIA, gojko
Next
Reply
Map
View

Click here to load this message in the networking platform