Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JAD JAD is offline
external usenet poster
 
Posts: 43
Default Semi-Automated Copy and Insert

As a senior construction estimator, I use a very comprehensive estimating
Excel spreadsheet to enter tasks and their associated unit costs. The present
design of the spreadsheet has a total of (30) estimate sections with one
following the next. Each section is used to subdivide the estimate into
managable cost estimates. As an example, we may have a building complex to
estimate that is made up of (5) individual buildings. In this application, we
would have (5) estimate sections. Since we never know the number of tasks for
each estimate, we have our standard estimate template setup with a minimum of
(50) rows per estimate. If the section takes less rows, we either delete or
hide the excess rows. If the section requires more than (50) rows, we copy a
group of blank rows within the section and paste insert them untill we have
the space nessessary to complete the sections estimate. Some sections may
have only (10) rows of tasks and costs while other sections could have over
(500) rows. Is there a more effeciet way to copy and insert the copied rows
other than the way I am doing it? Any help would be appreciated. Thank You,
JAD.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Semi-Automated Copy and Insert

you never got any answers on this, so here's a thought.....

rather than hiding & unhiding & adding & removing extra lines, why not
go crossways across excel????
estimate #1 would go from column a to e
estimate #2 would go from column g to k
estimate #3 would go from column m to q

of course, crossways you have less flexibility regarding space, since
there's only up to column IV.

another idea would be using an individual worksheet for each
estimate. you'd have 30 worksheets in one workbook, and again, you
wouldn't have to worry about the number of rows used.

:)
susan


On Jun 21, 1:02 pm, JAD wrote:
As a senior construction estimator, I use a very comprehensive estimating
Excel spreadsheet to enter tasks and their associated unit costs. The present
design of the spreadsheet has a total of (30) estimate sections with one
following the next. Each section is used to subdivide the estimate into
managable cost estimates. As an example, we may have a building complex to
estimate that is made up of (5) individual buildings. In this application, we
would have (5) estimate sections. Since we never know the number of tasks for
each estimate, we have our standard estimate template setup with a minimum of
(50) rows per estimate. If the section takes less rows, we either delete or
hide the excess rows. If the section requires more than (50) rows, we copy a
group of blank rows within the section and paste insert them untill we have
the space nessessary to complete the sections estimate. Some sections may
have only (10) rows of tasks and costs while other sections could have over
(500) rows. Is there a more effeciet way to copy and insert the copied rows
other than the way I am doing it? Any help would be appreciated. Thank You,
JAD.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default Semi-Automated Copy and Insert

OR, if you insist on doing it the way you are :D LOL,
you could write a fairly simple macro that would insert a prescribed #
of rows every time you run it, & put it in the toolbar. so if you
need more rows, you click the toolbar button, & instantly there's 10
more rows added.

could be a simple as

Sub JAD()
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
End Sub

although i'm sure there's a more efficient way of doing it.
:)
susan


On Jun 21, 1:02 pm, JAD wrote:
As a senior construction estimator, I use a very comprehensive estimating
Excel spreadsheet to enter tasks and their associated unit costs. The present
design of the spreadsheet has a total of (30) estimate sections with one
following the next. Each section is used to subdivide the estimate into
managable cost estimates. As an example, we may have a building complex to
estimate that is made up of (5) individual buildings. In this application, we
would have (5) estimate sections. Since we never know the number of tasks for
each estimate, we have our standard estimate template setup with a minimum of
(50) rows per estimate. If the section takes less rows, we either delete or
hide the excess rows. If the section requires more than (50) rows, we copy a
group of blank rows within the section and paste insert them untill we have
the space nessessary to complete the sections estimate. Some sections may
have only (10) rows of tasks and costs while other sections could have over
(500) rows. Is there a more effeciet way to copy and insert the copied rows
other than the way I am doing it? Any help would be appreciated. Thank You,
JAD.



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
Copy and paste versus copy and insert copied cells Alana New Users to Excel 1 September 28th 07 08:58 PM
Automated copy between worksheets Todd Setting up and Configuration of Excel 1 February 16th 07 05:57 PM
Macro to insert copy and insert formulas only to next blank row bob Excel Programming 0 June 30th 06 12:02 PM
automated copy & paste DarkNight New Users to Excel 12 May 12th 06 08:01 PM
Automated cell copy depending on cell content? Joachim Fabini Excel Programming 5 November 20th 03 07:54 AM


All times are GMT +1. The time now is 11:52 PM.

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"