LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conctenate

I have a simple little workbook. the code looks similar to:
Private Sub CommandButton1_Click()
ActiveWorkbook.Sheets("sheet1").Select
Range("IS65532").Select
ActiveCell.Value = TextBox1.Value
Range("IT65532").Select
ActiveCell.Value = TextBox2.Value
Range("IU65532").Select
ActiveCell.Value = TextBox3.Value
Range("IV65532").Select
ActiveCell.Value = TextBox4.Value
Range("A1").Select

Dim olApp As Outlook.Application
Dim olMail As MailItem
Dim CurrFile As String

Set olApp = New Outlook.Application
Set olMail = olApp.CreateItem(olMailItem)


With olMail
.To = "
.CC = ComboBox1.Value
.Subject = TextBox2.Value
.Body = ActiveSheet.Range("it65536").Text & vbCrLf
.Display
End With

Set olMail = Nothing
Set olApp = Nothing

Unload Me

End Sub

then in IT65536 i have a concatenate for several different cells. Thi
worked great for about two weeks. now it seems like the concatenat
isn't concatenating anymore. when i erase and then re-type th
concatenate formula is works fine, but then stays the same when i eras
the other cells.
any suggestions?
thank

--
Message posted from http://www.ExcelForum.com

 
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



All times are GMT +1. The time now is 12:51 AM.

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"