If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > formatting cells in a pivot table -- PLEASE HELP!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-03, 18:31
irene01 irene01 is offline
Registered User
 
Join Date: Sep 2003
Posts: 16
formatting cells in a pivot table -- PLEASE HELP!

Hello
I'm trying to format particular cells in an office web component pivot table. There are 3 main things I am trying to achieve:
1. Make the column headings bold (not the field names on the x and y axis) I have tried:A. pview.FieldSets("ADDRESS1").Members.Field("Primary Address 1").DetailFont.Bold = True
B. pview.FieldSets("Company Name").DetailFont.Bold = True
C. pview.PropertyCaptionFont.Bold = True
and no luck

2. With in the pivot table data, make certain cells bold (for example). So I might be looking for all cells that have the word "Plus" in them. I want to make that cell bold. I know I need to do a loop, but am having trouble with it.

3. Make the entire pivot table bold.

4. Hide a column of the pivot table

I have tried many variations for all of the above and no luck!

I have office xp installed on my machine but I keep getting the OWC pivot table version 9.0.

Any help is very appreciated!!! I have been struggling with this since last week.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On