ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Insert a File, not a Comment, to a Cell (https://www.excelbanter.com/excel-programming/418359-insert-file-not-comment-cell.html)

Curious[_6_]

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.

Normek

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.



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com