#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 97
Default Dynamic range

Hi Barb,

Thanks for your help, it gives me more light to know more about this Excel
VBA. Actually, how do you know that this method is one of the solution to my
problem. Actually my field is Finance and Accounting, so I just selfstudy on
this. I just try to use my logic by reading the help of this excel.

In my case here, there are many sheets contains data that should be combined
to summary, and the problem is number of data/rows could change anytime ( say
twice a month).

Appreciate if you could explain more...., What does Irow
mean=Sheets("Sheet1")....

Thanks in advance

Frank
Jakarta/Indonesia

"Barb Reinhardt" wrote:

Try something like this:

Dim myrange As Range

Set myrange = Worksheets("Sheet1").Cells(1, 1)
lrow = Sheets("Sheet1").Cells(Rows.Count, 1).End(xlUp).Row
Set myrange = myrange.Resize(lrow - myrange.Row + 1, 1)
Debug.Print myrange.Address



"Frank Situmorang" wrote:

Dear Experts:

I have the following sheets:

Sheet1 cosnsits of Summary
Sheet 2,3,4... the data extract from accounting software per department
I created a macro to put certain data to Sheet1 and it works prefectly

My question is how can we make a macro that can work eventhough the number
of rows ( range) from data sheets could change anytime.

When I noticed the recording macro it copied to Range "A9", the starting
cell in Summary Sheet, it went down to 20 lines from data sheet1, and the
next it to Range "A 29" if next time it could be 4o lines from data sheet1,
the macro reslut could be wrong because it stil points to Range "A29".

Please help, should we used dynamic copied range from the datasheets?,
bedause in Summary we can make it always go to A9 then End.xldown goes to the
empy cell, something like this?

Frank

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
dynamic range name Doug Glancy Excel Worksheet Functions 10 October 26th 06 08:00 PM
dynamic range name Jonathan Cooper Excel Discussion (Misc queries) 6 April 6th 06 09:58 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
help with dynamic range Shanin Charts and Charting in Excel 1 September 1st 05 09:58 PM
Dynamic Range Dan Chupinsky Excel Discussion (Misc queries) 4 May 6th 05 04:18 AM


All times are GMT +1. The time now is 12:28 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"