#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 191
Default absolute paste link

I need to grab several non-adjacent rows and paste-link them to another part
of a sheet. Any way to do this? Or is there a way to mass-convert a set of
cells (which are the pastes, without absolute) to be absolute references?

Thanks.
--
Boris
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default absolute paste link

Too early in the morning to answer first question. Don't fully grasp what you
want.

For second question..........

Sub Absolute()
Dim cell As Range
For Each cell In Selection
If cell.HasFormula Then
cell.Formula = Application.ConvertFormula _
(cell.Formula, xlA1, xlA1, xlAbsolute)
End If
Next
End Sub


Gord Dibben MS Excel MVP

On Wed, 6 Dec 2006 16:19:00 -0800, BorisS
wrote:

I need to grab several non-adjacent rows and paste-link them to another part
of a sheet. Any way to do this? Or is there a way to mass-convert a set of
cells (which are the pastes, without absolute) to be absolute references?

Thanks.


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
Spreadsheets are cut off when you paste and link? Clint Lovell Excel Worksheet Functions 1 November 25th 05 06:10 PM
Macro: Copy and Paste Boomberg Link excelman Excel Discussion (Misc queries) 3 August 17th 05 06:56 PM
Paste Link Function naiveprogrammer Excel Discussion (Misc queries) 2 August 8th 05 03:49 PM
Paste Link enters a 0 into the cell where I paste. How do I elemin UNR Excel Discussion (Misc queries) 4 March 28th 05 01:54 AM
Paste a chart as a link? PhilGTI Charts and Charting in Excel 3 December 4th 04 05:31 AM


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