Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste and Paste Special No Longer Working - Excel 2003 | Excel Discussion (Misc queries) | |||
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. | Excel Worksheet Functions | |||
Cut and Paste using Macro gives paste special method error | Excel Programming | |||
How do I capture user paste action and convert to Paste Special | Excel Programming | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming |