Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
in this case you already have a comment in cell M9. Try the following change: ..... with wks_target.range("M9") on error resume next .AddComment on error goto 0 .Comment.Visible = False Comment.Text Text:="Alex:" & Chr(10) & _ wks_source.range("A1").value end with end sub -- Regards Frank Kabel Frankfurt, Germany Running into error with the: AddComment line --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel cells randomly don't get updated unless each cell is updated | Excel Discussion (Misc queries) | |||
Subtotal fix for excel 2003 updated registry-now another problem | Excel Discussion (Misc queries) | |||
Forum is not updated! | Excel Discussion (Misc queries) | |||
updated row comes at the top | Excel Discussion (Misc queries) | |||
Link cannot be updated | Setting up and Configuration of Excel |