Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Address of Last Occupied Cell
Message
 
 
À
22/11/2006 11:04:08
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01171790
Message ID:
01171802
Vues:
7
This message has been marked as the solution to the initial question of the thread.
>I use HlcLastCell=oWorkbook.ActiveCell.SpecialCells(xlLastCell).Address() to return the last occupied cell address. However, the result is returned as "$AC$31258" even after setting ReferenceStyle to 2. How can I return the cell reference by Number (ie R1C1 Format) ?
#DEFINE xlR1C1	-4150
? oSheet.Cells.SpecialCells(xlLastCell).Address(,,xlR1C1)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform