Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Shailesh, works perfect!
Brgds CG Rosén "Shailesh Shah" wrote in message ... Hi CG Rosén, You need to remove Chr(10) before your text. Use: With ActiveCell.AddComment .Visible = False .Text Text:= "your text" With ActiveCell.Comment.Shape.TextFrame .HorizontalAlignment = xlLeft .VerticalAlignment = xlTop .AutoSize = True End With End With Regards, Shah Shailesh http://members.lycos.co.uk/shahweb/ *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ComboBox autosize | Excel Worksheet Functions | |||
Autosize Error | Excel Discussion (Misc queries) | |||
TextBox Autosize | Excel Discussion (Misc queries) | |||
AutoSize Command | Excel Discussion (Misc queries) | |||
Autosize Row Heights | Excel Discussion (Misc queries) |