Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default VB for Summarizing Sheets (3D cell refernces)

This should be pretty easy (maybe tedious, but easy), but I've been under the
gun and can't see straight any more.

I've created a workbook with multiple worksheets (from 1 to whatever) of
variable sizes (number of rows/cells with pertinent data in them). I would
now like to send the workbook out and after the receiver inputs the data and
returns the workbook, I will place the necessary cells in a summary sheet
(which I will later import to Access).

I can get the number of worksheets in the workbook (numsheets =
Worksheets.Count). Now I need to get a count of rows based on if there is
something in the first column (pre-created "row headers"). I'll use the
results as parameters in a loop (For..Next or While) to pull the information
from the individual worksheets. I will need to use some offsets from the
first column (just 1 column to the right of the "row header") to pull the
data in those cells.

If this were for 1 or 2 workbooks, I'd just do it manually, but it's for "a
lot" more. Any pointers in the right direction are greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default VB for Summarizing Sheets (3D cell refernces)

You can try this
http://www.rondebruin.nl/copy3.htm

--

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


"ReportSmith" wrote in message ...
This should be pretty easy (maybe tedious, but easy), but I've been under the
gun and can't see straight any more.

I've created a workbook with multiple worksheets (from 1 to whatever) of
variable sizes (number of rows/cells with pertinent data in them). I would
now like to send the workbook out and after the receiver inputs the data and
returns the workbook, I will place the necessary cells in a summary sheet
(which I will later import to Access).

I can get the number of worksheets in the workbook (numsheets =
Worksheets.Count). Now I need to get a count of rows based on if there is
something in the first column (pre-created "row headers"). I'll use the
results as parameters in a loop (For..Next or While) to pull the information
from the individual worksheets. I will need to use some offsets from the
first column (just 1 column to the right of the "row header") to pull the
data in those cells.

If this were for 1 or 2 workbooks, I'd just do it manually, but it's for "a
lot" more. Any pointers in the right direction are greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default VB for Summarizing Sheets (3D cell refernces)

Thanks Ron. This looks like what I need. I'll format and fit it into my
app. Appreciate the help.

"Ron de Bruin" wrote:

You can try this
http://www.rondebruin.nl/copy3.htm

--

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


"ReportSmith" wrote in message ...
This should be pretty easy (maybe tedious, but easy), but I've been under the
gun and can't see straight any more.

I've created a workbook with multiple worksheets (from 1 to whatever) of
variable sizes (number of rows/cells with pertinent data in them). I would
now like to send the workbook out and after the receiver inputs the data and
returns the workbook, I will place the necessary cells in a summary sheet
(which I will later import to Access).

I can get the number of worksheets in the workbook (numsheets =
Worksheets.Count). Now I need to get a count of rows based on if there is
something in the first column (pre-created "row headers"). I'll use the
results as parameters in a loop (For..Next or While) to pull the information
from the individual worksheets. I will need to use some offsets from the
first column (just 1 column to the right of the "row header") to pull the
data in those cells.

If this were for 1 or 2 workbooks, I'd just do it manually, but it's for "a
lot" more. Any pointers in the right direction are greatly appreciated.


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
Macro for summarizing multiple sheets Validlyte Excel Worksheet Functions 1 February 19th 10 07:33 PM
how to sum items in a column if there exists some more refernces Dileep[_2_] Excel Worksheet Functions 1 September 5th 07 10:04 AM
Can you have 2 indirects refernces in one formula?? DMD1236 Excel Worksheet Functions 1 March 7th 07 02:35 AM
do cell refernces have to move when I cut and paste? HW Excel Discussion (Misc queries) 2 December 3rd 04 12:54 AM
variable that refernces the values in a text box captbluefin[_2_] Excel Programming 2 October 30th 03 05:50 PM


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