Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to code this excel macro into VFP
Message
De
26/03/2003 14:05:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
How to code this excel macro into VFP
Divers
Thread ID:
00770384
Message ID:
00770384
Vues:
53
    ActiveSheet.PivotTables("PivotTable").PivotFields("title").Subtotals = Array( _
        False, False, False, False, False, False, False, False, False, False, False, False)

	    With ActiveSheet.PivotTables("PivotTable").PivotFields("line_numbr")
	        .LayoutBlankLine = False
	        .LayoutForm = xlTabular
            End With
i tried
oPivotTable.PivotFields("line_numbr").subtotals=.f. && OLE ERROR parameter incorrect

oPivotTable.PivotFields("line_numbr").layoutform=xlTabular && it fires a error message xlTabular not found ,what is the value of xlTabular

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform