Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Text from cell to add to text in another cell


Thanks for your help, but I need something a bit different. I need t
add to the text in cell B1 NOT concatenate into cell c1. Is there an
way to do that? More specifically. I have a table with a notes colum
in workbook A and a table with a notes column in workbook B. I need t
combine the notes column in workbook B so it contains BOTH the note
from B and the notes from A. Thanks

--
hyyft
-----------------------------------------------------------------------
hyyfte's Profile: http://www.excelforum.com/member.php...fo&userid=1318
View this thread: http://www.excelforum.com/showthread.php?threadid=26164

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Copying Text from cell to add to text in another cell

Hi,
In VBA

Sub Test()
Range("B1") = Range("A1") & " " & Range("B1")
End Sub

The bit in the middle puts a space between.

regards,
Don

"hyyfte" wrote in message
...

Thanks for your help, but I need something a bit different. I need to
add to the text in cell B1 NOT concatenate into cell c1. Is there any
way to do that? More specifically. I have a table with a notes column
in workbook A and a table with a notes column in workbook B. I need to
combine the notes column in workbook B so it contains BOTH the notes
from B and the notes from A. Thanks.


--
hyyfte
------------------------------------------------------------------------
hyyfte's Profile:
http://www.excelforum.com/member.php...o&userid=13187
View this thread: http://www.excelforum.com/showthread...hreadid=261648



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
Copying text to new cell drob2528 Excel Worksheet Functions 4 April 4th 08 04:39 PM
Copying text to another cell Legallisa - switching from WordPerfect Excel Discussion (Misc queries) 2 March 4th 08 11:31 PM
Copying text from a cell Dave T Excel Worksheet Functions 0 November 12th 07 07:11 PM
Copying Text from cell to add to text in another cell hyyfte[_10_] Excel Programming 1 September 20th 04 04:25 PM
Copying text from a text box into a cell on another sheet cakonopka Excel Programming 1 January 22nd 04 07:57 PM


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