Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Code help: Combing data from worksheets in a directory.

Hi everyone.

Im still having a bit of trouble editing some code to fit the way i
want it.

I am using the KBase article 'Combine All Data From All Worksheets in
All Workbooks in a Specified Directory' posted by mvida from
http://vbaexpress.com/.


1) Instead of scrolling through every worksheet in the tWB workbook, i
only want to use one. ("Dashboard")


2) I want to predefine the range i want copied. (A8:Z14)


Thanks in advance.
Nick

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Code help: Combing data from worksheets in a directory.

The direct link to the code is http://vbaexpress.com/kb/getarticle.php?kb_id=773.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Code help: Combing data from worksheets in a directory.

Hi nickm687

See this page
http://www.rondebruin.nl/copy3.htm

in the examples I use the sheet index 1

You can change
mybook.Worksheets(1)
To
mybook.Worksheets("Dashboard")

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"nickm687" wrote in message oups.com...
Hi everyone.

Im still having a bit of trouble editing some code to fit the way i
want it.

I am using the KBase article 'Combine All Data From All Worksheets in
All Workbooks in a Specified Directory' posted by mvida from
http://vbaexpress.com/.


1) Instead of scrolling through every worksheet in the tWB workbook, i
only want to use one. ("Dashboard")


2) I want to predefine the range i want copied. (A8:Z14)


Thanks in advance.
Nick

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Code help: Combing data from worksheets in a directory.

On 2 Apr, 17:54, "Ron de Bruin" wrote:
Hi nickm687

See this pagehttp://www.rondebruin.nl/copy3.htm

in the examples I use the sheet index 1

You can change
mybook.Worksheets(1)
To
mybook.Worksheets("Dashboard")

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



"nickm687" wrote in ooglegroups.com...
Hi everyone.


Im still having a bit of trouble editing some code to fit the way i
want it.


I am using the KBase article 'Combine All Data From All Worksheets in
All Workbooks in a Specified Directory' posted by mvida from
http://vbaexpress.com/.


1) Instead of scrolling through every worksheet in the tWB workbook, i
only want to use one. ("Dashboard")


2) I want to predefine the range i want copied. (A8:Z14)


Thanks in advance.
Nick- Hide quoted text -


- Show quoted text -


Thanks Ron, very usefull.

Nick

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
Combing 2 lists of data bookman3 Excel Discussion (Misc queries) 2 April 23rd 09 06:11 AM
Vlookup and/or combing data from two worksheets Tessa Excel Worksheet Functions 3 March 25th 09 05:20 PM
Combing Info. from multiple worksheets Paula Excel Discussion (Misc queries) 2 March 30th 07 03:22 PM
combing cells with same data inprogress Excel Programming 2 August 10th 05 07:28 AM
Combing source data from 2 worksheets. Monique Charts and Charting in Excel 2 February 15th 05 03:48 AM


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