LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Consolidation Problem

This is part of My Code, so you will "see" the problem:

.......
Sheets(9).Range("b25:g34").Name = "Rng8"
Sheets(10).Range("b25:g34").Name = "Rng9"
Sheets(12).Range("b25:g34").Name = "Rng10"
Sheets(13).Range("b25:g34").Name = "Rng11"

myArray = Array("Rng1", "Rng2", "Rng3", "Rng4", "Rng5", "Rng6", "Rng7",
_
"Rng8", "Rng9", "Rng10", "Rng11")

Sheets("AvgPriceFlower").Select

Range("A38").Select
Range("A38").Consolidate Sources:=myArray, Function:=xlSum,
TopRow:=True, LeftColumn:= _
True, CreateLinks:=Fals

........

If a specific column in each range is empty I need to deleted it from
myArray, so the consolidation will process ranges with values in these
specific column say col. C.

Can you point me to the right direction. Your guidance will be greatly
appreciated

 
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
Consolidation Raja Excel Discussion (Misc queries) 3 January 20th 08 03:29 AM
consolidation rln3333 Excel Discussion (Misc queries) 2 November 29th 06 11:55 AM
Problem with Data Consolidation ktatey Excel Discussion (Misc queries) 7 August 30th 05 08:58 AM
Consolidation capnsean Excel Discussion (Misc queries) 3 July 8th 05 10:53 PM
Consolidation kk Excel Worksheet Functions 8 June 14th 05 01:41 PM


All times are GMT +1. The time now is 11:58 AM.

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

About Us

"It's about Microsoft Excel"