Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default end of a pivod table

hi,

how do i get the edge of a pivot table in a VBA so that
when run my next pivot table macro the new table does not
overlap on the previous one .

Thanx
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default end of a pivod table

vish,

ActiveSheet.PivotTables("PivotTable1").PivotSelect "", xlDataAndLabel
MsgBox "The first row below the PT is " & Selection.Row +
Selection.Rows.Count

HTH,
Bernie
MS Excel MVP
"vish" wrote in message
...
hi,

how do i get the edge of a pivot table in a VBA so that
when run my next pivot table macro the new table does not
overlap on the previous one .

Thanx



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
Pivit table- cell on spread sheet referencing pivot table field David M Charts and Charting in Excel 2 August 18th 07 07:46 PM
how do we use pivod table in excel P Vasanth Kumar Charts and Charting in Excel 1 January 19th 07 09:28 PM
entry removed from source table remains in pivot table pull down EL in Melb. Excel Worksheet Functions 1 September 6th 06 07:59 AM
PIVOT TABLE - Summary Table into a Databasae Table. sansk_23 Excel Worksheet Functions 4 May 9th 05 07:45 AM
create a source table from a special pasted value dynamic crossed table Tom Ogilvy Excel Programming 0 September 29th 03 08:59 PM


All times are GMT +1. The time now is 03:23 PM.

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"