Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Paste Values in linked Cells Only

Goodmorning Everyone!

I have a worksheet within a workbook that contains 1500 rows of data over 14
columns (the 12 months, plus to summary columns) - called the "Year to Date"
sheet. The YTD sheet has links to other worksheets within the same workbook.
This workbook is used as a roll forward workbook. The YTD sheet does not
change, but all other worksheets in the workbook get updated with the current
months data. In preparing for a new month, I have written a macro that
cleans up a lot of the data from the last month. The problem is that I want
the YTD worksheet formulas to remain as constant as possible. One thought
that comes to mind is to copy/paste special values only in the cells that
link to other worksheets - not all of the formulas - only those linked to
other worksheets. The only issue is that it would be too time consuming to
do this on a cell by cell basis. Another problem is that I would want to
only update the column for the current month with the values only, and leave
the formulas in the other months columns... SOOO, a macro is definitely
needed...

how would I write a macro that does the following..

If cell B4(the current month ending date) = (a value in row 6 - the one that
corresponds to the current month end date), then select the whole column that
the value appears in. Search each cell and find all linked formulas. Paste
special, values only in those cells.
--
Thanks for all of the help. It is much appreciated!!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
Default Paste Values in linked Cells Only

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bean Counter" wrote in message
...
Goodmorning Everyone!

I have a worksheet within a workbook that contains 1500 rows of data over
14
columns (the 12 months, plus to summary columns) - called the "Year to
Date"
sheet. The YTD sheet has links to other worksheets within the same
workbook.
This workbook is used as a roll forward workbook. The YTD sheet does not
change, but all other worksheets in the workbook get updated with the
current
months data. In preparing for a new month, I have written a macro that
cleans up a lot of the data from the last month. The problem is that I
want
the YTD worksheet formulas to remain as constant as possible. One thought
that comes to mind is to copy/paste special values only in the cells that
link to other worksheets - not all of the formulas - only those linked to
other worksheets. The only issue is that it would be too time consuming
to
do this on a cell by cell basis. Another problem is that I would want to
only update the column for the current month with the values only, and
leave
the formulas in the other months columns... SOOO, a macro is definitely
needed...

how would I write a macro that does the following..

If cell B4(the current month ending date) = (a value in row 6 - the one
that
corresponds to the current month end date), then select the whole column
that
the value appears in. Search each cell and find all linked formulas.
Paste
special, values only in those cells.
--
Thanks for all of the help. It is much appreciated!!!!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Paste Values in linked Cells Only

Hi Don - thanks for the help. The message has been sent to your email address.
--
Thanks for all of the help. It is much appreciated!!!!


"Don Guillett" wrote:

If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bean Counter" wrote in message
...
Goodmorning Everyone!

I have a worksheet within a workbook that contains 1500 rows of data over
14
columns (the 12 months, plus to summary columns) - called the "Year to
Date"
sheet. The YTD sheet has links to other worksheets within the same
workbook.
This workbook is used as a roll forward workbook. The YTD sheet does not
change, but all other worksheets in the workbook get updated with the
current
months data. In preparing for a new month, I have written a macro that
cleans up a lot of the data from the last month. The problem is that I
want
the YTD worksheet formulas to remain as constant as possible. One thought
that comes to mind is to copy/paste special values only in the cells that
link to other worksheets - not all of the formulas - only those linked to
other worksheets. The only issue is that it would be too time consuming
to
do this on a cell by cell basis. Another problem is that I would want to
only update the column for the current month with the values only, and
leave
the formulas in the other months columns... SOOO, a macro is definitely
needed...

how would I write a macro that does the following..

If cell B4(the current month ending date) = (a value in row 6 - the one
that
corresponds to the current month end date), then select the whole column
that
the value appears in. Search each cell and find all linked formulas.
Paste
special, values only in those cells.
--
Thanks for all of the help. It is much appreciated!!!!


.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
Default Paste Values in linked Cells Only

Didn't get it. Did you send to

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bean Counter" wrote in message
...
Hi Don - thanks for the help. The message has been sent to your email
address.
--
Thanks for all of the help. It is much appreciated!!!!


"Don Guillett" wrote:

If desired, send your file to my address below. I will only look
if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bean Counter" wrote in message
...
Goodmorning Everyone!

I have a worksheet within a workbook that contains 1500 rows of data
over
14
columns (the 12 months, plus to summary columns) - called the "Year to
Date"
sheet. The YTD sheet has links to other worksheets within the same
workbook.
This workbook is used as a roll forward workbook. The YTD sheet does
not
change, but all other worksheets in the workbook get updated with the
current
months data. In preparing for a new month, I have written a macro that
cleans up a lot of the data from the last month. The problem is that I
want
the YTD worksheet formulas to remain as constant as possible. One
thought
that comes to mind is to copy/paste special values only in the cells
that
link to other worksheets - not all of the formulas - only those linked
to
other worksheets. The only issue is that it would be too time
consuming
to
do this on a cell by cell basis. Another problem is that I would want
to
only update the column for the current month with the values only, and
leave
the formulas in the other months columns... SOOO, a macro is
definitely
needed...

how would I write a macro that does the following..

If cell B4(the current month ending date) = (a value in row 6 - the one
that
corresponds to the current month end date), then select the whole
column
that
the value appears in. Search each cell and find all linked formulas.
Paste
special, values only in those cells.
--
Thanks for all of the help. It is much appreciated!!!!


.


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Paste Values in linked Cells Only

Sorry, I missed one t in your last name. I resent it just a moment ago.
--
Thanks for all of the help. It is much appreciated!!!!


"Don Guillett" wrote:

Didn't get it. Did you send to

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bean Counter" wrote in message
...
Hi Don - thanks for the help. The message has been sent to your email
address.
--
Thanks for all of the help. It is much appreciated!!!!


"Don Guillett" wrote:

If desired, send your file to my address below. I will only look
if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bean Counter" wrote in message
...
Goodmorning Everyone!

I have a worksheet within a workbook that contains 1500 rows of data
over
14
columns (the 12 months, plus to summary columns) - called the "Year to
Date"
sheet. The YTD sheet has links to other worksheets within the same
workbook.
This workbook is used as a roll forward workbook. The YTD sheet does
not
change, but all other worksheets in the workbook get updated with the
current
months data. In preparing for a new month, I have written a macro that
cleans up a lot of the data from the last month. The problem is that I
want
the YTD worksheet formulas to remain as constant as possible. One
thought
that comes to mind is to copy/paste special values only in the cells
that
link to other worksheets - not all of the formulas - only those linked
to
other worksheets. The only issue is that it would be too time
consuming
to
do this on a cell by cell basis. Another problem is that I would want
to
only update the column for the current month with the values only, and
leave
the formulas in the other months columns... SOOO, a macro is
definitely
needed...

how would I write a macro that does the following..

If cell B4(the current month ending date) = (a value in row 6 - the one
that
corresponds to the current month end date), then select the whole
column
that
the value appears in. Search each cell and find all linked formulas.
Paste
special, values only in those cells.
--
Thanks for all of the help. It is much 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
COPY PASTE VALUES ONLY FROM/ON VISIBLE CELLS FARAZ QURESHI Excel Discussion (Misc queries) 6 April 29th 09 01:32 PM
find values in multiple cells and paste row values izzyt1972 Excel Discussion (Misc queries) 5 December 26th 07 10:14 PM
quick way to copy-paste a formula linked to cells in another file iniakupake Excel Worksheet Functions 2 September 26th 05 03:56 AM
How to only "paste values" of cells that are not "hidden"? Danny Excel Discussion (Misc queries) 2 July 18th 05 12:46 AM
paste special | values should work with merged cells PastingSpecial Excel Discussion (Misc queries) 1 June 20th 05 06:51 PM


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