Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Special Paste Value


Hi,
Does anybody know how to make a macro that will do the following?
Do a special paste value with Column B and Column C and Column D.
Column B = I
Column C = Love
Column D = You
So Column B comes out "I Love You"
But I would like to this with all of my rows in these columns.

I was thinking something like this
hard code this formula =B2&" "&C2&" "&D2
copy this code
and then special paste value this code into all the rows. Of course
all rows will be different text

--
jcc3
-----------------------------------------------------------------------
jcc31's Profile: http://www.excelforum.com/member.php...fo&userid=2469
View this thread: http://www.excelforum.com/showthread.php?threadid=49087

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Special Paste Value

How about inserting a new helper column (I'd use D).

Then put that formula in D2 and drag down.

Then select D and edit|copy
select B and edit|Paste special|values
delete that helper column D.

You could even record a macro when you do it once, if you need it mechanized.

jcc31 wrote:

Hi,
Does anybody know how to make a macro that will do the following?
Do a special paste value with Column B and Column C and Column D.
Column B = I
Column C = Love
Column D = You
So Column B comes out "I Love You"
But I would like to this with all of my rows in these columns.

I was thinking something like this
hard code this formula =B2&" "&C2&" "&D2
copy this code
and then special paste value this code into all the rows. Of course,
all rows will be different text.

--
jcc31
------------------------------------------------------------------------
jcc31's Profile: http://www.excelforum.com/member.php...o&userid=24692
View this thread: http://www.excelforum.com/showthread...hreadid=490871


--

Dave Peterson
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
Paste and Paste Special No Longer Working - Excel 2003 SheriJ Excel Discussion (Misc queries) 2 January 15th 09 09:23 PM
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. stan-the-man Excel Worksheet Functions 7 June 14th 06 08:10 PM
Cut and Paste using Macro gives paste special method error Lourens Pentz Excel Programming 3 November 21st 04 10:42 PM
How do I capture user paste action and convert to Paste Special DonC Excel Programming 0 November 19th 04 01:43 PM
Dynamic Copy/Paste Special Formulas/Paste Special Values Sharon Perez Excel Programming 3 August 7th 04 09:49 PM


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