Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default pivot tables from ASP

I'm interested in generating pivot tables from an ASP page and to that end I created a pivot table in Excel and saved it as HTML. I've looked at the generated code and carefully stripped out everything that doesn't seem to be necessary for the functioning of the pivot table, but I have two questions:

1) where do I find documentation on all the tags that I can use in Excel and what they do?
2) the generated output contains an HTML table and a cache file that contains all the data... the cache file seems to be used for regenerating the table when the user modifies it (e.g. moving a column from side to top) and if I comment out the HTML table the pivot table still works... my question is: how can I ask Excel to display the pivot table the first time (because it doesn't automatically do so)?

thanks in advance for any replies.

- e
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default pivot tables from ASP

Create in modul

Sub test()
Workbooks(1).WebPagePreview
end sub
Run this.
You can see the Excel Workbook in web browser.
You set WebOption object:
Workbooks(1).WebOptions


"ekkis" wrote:

I'm interested in generating pivot tables from an ASP page and to that end I created a pivot table in Excel and saved it as HTML. I've looked at the generated code and carefully stripped out everything that doesn't seem to be necessary for the functioning of the pivot table, but I have two questions:

1) where do I find documentation on all the tags that I can use in Excel and what they do?
2) the generated output contains an HTML table and a cache file that contains all the data... the cache file seems to be used for regenerating the table when the user modifies it (e.g. moving a column from side to top) and if I comment out the HTML table the pivot table still works... my question is: how can I ask Excel to display the pivot table the first time (because it doesn't automatically do so)?

thanks in advance for any replies.

- e

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building pivot tables in Excel 2007 based on existing pivot tables? [email protected] Excel Discussion (Misc queries) 4 December 26th 07 08:05 PM
Pivot Table Data Adding contents of two pivot tables and param que Roundy Excel Discussion (Misc queries) 0 July 2nd 07 10:20 PM
Average Calculations from Pivot Tables - Get Pivot Data? Calc Fiel westy Excel Worksheet Functions 5 March 10th 07 01:31 AM
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. stvermont Excel Discussion (Misc queries) 1 February 17th 05 01:34 AM
Pivot tables-controlling user interaction with pivot tables Sindhura Excel Programming 0 August 27th 03 02:10 PM


All times are GMT +1. The time now is 09:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"