View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Grant[_5_] Grant[_5_] is offline
external usenet poster
 
Posts: 4
Default Setting pivot table field (current page) to a chosen value

Hello,

I have the following code:

ActiveSheet.PivotTables("PvtVarianceRpt2").PivotFi elds
("Line").CurrentPage = cboLine.Name

Where cboLine is a combo drop down list.

It keeps asking for "Object required"

How might I go around fixing this?

Thanks in advance for the replies,
Grant.