- Search ExcelTip.com
directly from Excel
- Get immediate access to the
"Tip of the Hour"
- View hundreds of Microsoft
Excel tips with a click of a button
- Absolutely
Free - Click
here to download
Make your Amazon.com purchases by clicking the graphic below
|
Excel Tip .com - Mailing List Thread Index
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Terms
re: Nice one Dado > scope-creep, got some more?
While not casting any aspersions on the terms you suggest below, I want to
point out the "scope creep" is not something I made up. It's an industry
standard term in the Project Management arena. "scope creep" returned over
15000 hits in Google covering sites that talk about the causes, the
prevention, the dealing with, and in some cases, the inevitability of it.
Projects very often fail or cost more money or take more time, simply
because of scope creep.
Robert McCurdy writes:
> >an additional requirement, otherwise known as scope-creep. <g>
>
> Nice one Dado > scope-creep, got some more?
>
> How about these?
>
> 1 Repeat repeat ... ad nauseam, without any acknowledgement of replies posted. to be
> known as ... Read-Only-Mode
>
> 2 I got to be first to answer this... to be know as > Winner-Mode
>
> 3 To those who read all the posts, but never reply > Silent-Mode
>
> 4 To those who really should get a room together > Socialists
>
> 5 Those that leave if criticized > Skin-Challenged
>
> 6 For those that describe a problem a mind-reader couldn't figure out > Isolate-Mode
>
> 7 For those who try an promote and sell stuff > Capitalist-Creep
>
> 8 For those that try and get us to do their homework > Smart-Ass-Creep
>
> 9 For those that cross post > Creep-Mode
>
> 10 And finally for all of us that don't fit in to the above > Normal-Mode
>
> Although several of the above are not mutually exclusive.
>
>
> Regards Robert
> "Just build the biggest finger"
>
>
> ----- Original Message -----
> From: "Dadofchamp" <perkins@EZNET.NET>
> To: <EXCEL-G@PEACH.EASE.LSOFT.COM>
> Sent: Friday, September 12, 2003 10:20 AM
> Subject: Re: Changing one spreadsheet based on what's in another.
>
>
> : Hang on a second while I go back and read the original question. (scrolls
> : down...reads...scrolls up)
> :
> : Uh huh...just as I thought. There's no mention in the original post of
> : highlighting the changes. Therefore, the fact that you can't tell what's
> : been changed isn't a "problem" with the solution. Highlighting the changes
> : is an additional requirement, otherwise known as scope-creep. <g>
> :
> : Sub UpDateFone()
> : For Each strName In Workbooks("SS1.xls").Sheets(1).Range("A1:A100")
> : With Workbooks("SS2.xls").Sheets(1).Range("A1:A100")
> : Set c = .Find(strName, LookIn:=xlValues, lookat:=xlWhole)
> : If Not c Is Nothing Then
> : With strName.Offset(0, 1)
> : .Value = c.Offset(0, 1) 'Update the value
> : .Interior.ColorIndex = 3 'Color the updated cell Red
> : End With
> : End If
> : End With
> : Next
> : End Sub
> :
> <irrelevant snip>
>
> --------------------------------------------------------------------------
> The EXCEL-G list is hosted on a Windows NT(TM) machine running L-Soft
> international's LISTSERV(R) software. For subscription/signoff info
> and archives, see http://peach.ease.lsoft.com/archives/excel-g.html .
> COPYRIGHT INFO:
> http://peach.ease.lsoft.com/scripts/wa.exe?SHOWTPL=COPYRIGHT&L=EXCEL-G
--------------------------------------------------------------------------
The EXCEL-G list is hosted on a Windows NT(TM) machine running L-Soft
international's LISTSERV(R) software. For subscription/signoff info
and archives, see http://peach.ease.lsoft.com/archives/excel-g.html .
COPYRIGHT INFO:
http://peach.ease.lsoft.com/scripts/wa.exe?SHOWTPL=COPYRIGHT&L=EXCEL-G
- Follow-Ups:
- Re: Terms
- From: Robert McCurdy <robertwm@PARADISE.NET.NZ>
|
And at your local bookseller


Excel Training Level I
Excel
Training Level II
Excel
Training Level III
Excel
VBA Training Level I
Excel
VBA Training Level II
View All Excel Training Programs

Formula Manager
Duplication
Manager
Text
Manager
Number
Manager
Add-ins
Collection
Spreadsheet
Assistant
Number
Manager
Add-ins
Collection
Spreadsheet
Assistant
View All Excel Add-Ins
|