Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Insert a File, not a Comment, to a Cell

I am wondering if Excel allows a file (text file, or HTML file) to be
inserted to a cell. I know I can insert a comment. But I want to
attach a very long email chain to a cell, comment isn't quite
readable.

Thanks in advance.

H.Z.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Insert a File, not a Comment, to a Cell

You could use a TextBox in a UserForm and activate with something like:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$A$1" Then
UserForm1.Show
End If
End Sub



"Curious" wrote:

I am wondering if Excel allows a file (text file, or HTML file) to be
inserted to a cell. I know I can insert a comment. But I want to
attach a very long email chain to a cell, comment isn't quite
readable.

Thanks in advance.

H.Z.

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
can i insert a pdf file as a comment?to appear only when clicked? dl Excel Discussion (Misc queries) 1 May 7th 10 05:28 PM
Insert comment to Cell ManhattanRebel Excel Discussion (Misc queries) 1 January 10th 09 01:09 PM
Insert comment If cell content changes. Les Stout[_2_] Excel Programming 1 March 17th 08 02:32 PM
Insert comment in a cell Excel Frederic FV Villeneuve Excel Programming 1 December 5th 07 05:01 PM
How do I insert a comment when the Insert:Comment menu is greyed? none Excel Discussion (Misc queries) 0 May 19th 05 12:36 AM


All times are GMT +1. The time now is 10:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"