PC Review


Reply
Thread Tools Rate Thread

cell update includes original text

 
 
Souris
Guest
Posts: n/a
 
      30th Jan 2008
I need update one cell which includes original text and new text.

For example, sheet1 and cell A1 has text " Here we are"
I need add new text " Yes, this is my place" to make Cell A1 contains
"Here we are Yes, this is my place"

Any code example to do this?

Your information is great appreciated,


 
Reply With Quote
 
 
 
 
Keith R
Guest
Posts: n/a
 
      30th Jan 2008
Aircode:

Sub AppendStringToCellA1
OriginalText = Sheet1.range("A1").value
NewText = OriginalText & " Yes, this is my place"
Sheet1.range("A1").value = NewText
end sub

"Souris" <(E-Mail Removed)> wrote in message
news:065ED3ED-2A48-443D-9090-(E-Mail Removed)...
>I need update one cell which includes original text and new text.
>
> For example, sheet1 and cell A1 has text " Here we are"
> I need add new text " Yes, this is my place" to make Cell A1 contains
> "Here we are Yes, this is my place"
>
> Any code example to do this?
>
> Your information is great appreciated,
>
>



 
Reply With Quote
 
Souris
Guest
Posts: n/a
 
      30th Jan 2008
Thanks millions,


"Keith R" wrote:

> Aircode:
>
> Sub AppendStringToCellA1
> OriginalText = Sheet1.range("A1").value
> NewText = OriginalText & " Yes, this is my place"
> Sheet1.range("A1").value = NewText
> end sub
>
> "Souris" <(E-Mail Removed)> wrote in message
> news:065ED3ED-2A48-443D-9090-(E-Mail Removed)...
> >I need update one cell which includes original text and new text.
> >
> > For example, sheet1 and cell A1 has text " Here we are"
> > I need add new text " Yes, this is my place" to make Cell A1 contains
> > "Here we are Yes, this is my place"
> >
> > Any code example to do this?
> >
> > Your information is great appreciated,
> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
quoting original text doesn't work if original mail is UTF-8 =?Utf-8?B?ZGlzY29ocg==?= Windows Vista Mail 8 21st Sep 2007 01:08 AM
auto update text in cell b as date in cell a changes =?Utf-8?B?cGVvcmlhaW5mbw==?= Microsoft Excel Programming 2 19th Sep 2007 08:26 PM
Text that includes data from a designated cell? =?Utf-8?B?QmxhZGVz?= Microsoft Excel Misc 2 27th Jun 2006 01:07 PM
Printout includes unknown text overlayed on existing text =?Utf-8?B?dG9t?= Microsoft Word Document Management 3 3rd Jun 2005 05:57 PM
How to create a "reply message" template that includes the original =?Utf-8?B?c3BlZWRlcg==?= Microsoft Outlook Discussion 0 18th May 2004 05:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:58 AM.