Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find Cells for specific strings in EXCEL
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01519189
Message ID:
01519240
Views:
27
Yep, I figured I had left something off.
Thank you,
Cecil
WITH oSheet.Range(oSheet.Cells(lnRow-1, lnCol), oSheet.Cells(lnRow, lnCol+7)).Font
	.Name = "Times New Roman"
	.Size = 14
	.Bold = .T.
ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform