Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All.......
Someone, (I don't remember who), sometime, (I don't remember when) was kind enough to post this fine UDF. Function copycomment(r As Range) Application.Volatile Dim whereami As Range Set whereami = Application.Caller If whereami.Comment Is Nothing Then Else whereami.Comment.Delete End If whereami.AddComment Text:=r.Value copycomment = "" End Function It works great, but now I have a user who wishes to also retain the FORMATTING from the copied cell as well as the text......is this possible? TIA Vaya con Dios, Chuck, CABGx3 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and Past Values AND Formatting AND Text | Excel Discussion (Misc queries) | |||
How to force column formatting (text, date, etc) when loading a fixed width text file into an array? | Excel Programming | |||
Find formatting in text in cell, insert tags around formatting. | Excel Programming | |||
Copy text with formatting from an Excel cell into an embedded Word object? | Excel Programming | |||
How do I copy text formatting using a formula? | Excel Discussion (Misc queries) |