Re: $$Excel-Macros$$ Comments

2013-11-29 Thread Shrinivas Shevde
vas Shevde > *Sent:* Friday, November 29, 2013 11:11 AM > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Comments > > > > Dear Ravindra & Pankaj > > Marvelous job done ,really great. > > Can I get little more help > > Wi

Re: $$Excel-Macros$$ Comments

2013-11-28 Thread Shrinivas Shevde
ards Shrinivas On Thu, Nov 28, 2013 at 12:37 PM, Ravinder wrote: > Pfa…. > > > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Shrinivas Shevde > *Sent:* Thursday, November 28, 2013 11:53 AM > *To:* excel-macros@googlegroups.

RE: $$Excel-Macros$$ Comments

2013-11-27 Thread Ravinder
Pfa.. From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Shrinivas Shevde Sent: Thursday, November 28, 2013 11:53 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Comments Waiting for Reply On Wed, Nov 27, 2013 at 2:18 PM

Re: $$Excel-Macros$$ Comments

2013-11-27 Thread pankaj sangotra
Please try the below code.. Hope this will help Shrinivas.. Sub showcomments() Application.ScreenUpdating = False Dim commrange As Range Dim mycell As Range Dim curwks As Worksheet Dim newwks As Worksheet Dim i As Long Set curwks = ActiveSheet On Error Resume Nex

Re: $$Excel-Macros$$ Comments

2013-11-27 Thread Shrinivas Shevde
Waiting for Reply On Wed, Nov 27, 2013 at 2:18 PM, Shrinivas Shevde wrote: > Dear all > I have excel sheet in which I added comments in many cell. > I want to get all the comments in row one below another may be any order. > In one sheet there are more than 40 comments and such I have 16 to 18

Re: $$Excel-Macros$$ Comments Boxes - Temporary Zoom In

2011-07-20 Thread Cab Boose
part de* Cab Boose > *Envoyé :* mardi 19 juillet 2011 22:56 > > *À :* excel-macros@googlegroups.com > *Objet :* Re: $$Excel-Macros$$ Comments Boxes - Temporary Zoom In > > ** ** > > Hi Daniel > > > > Sorry to say, still doing the same thing. > >

Re: $$Excel-Macros$$ Comments Boxes - Temporary Zoom In

2011-07-19 Thread Cab Boose
cel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] > *De la part de* Cab Boose > *Envoyé :* mardi 19 juillet 2011 06:27 > > *À :* excel-macros@googlegroups.com > *Objet :* Re: $$Excel-Macros$$ Comments Boxes - Temporary Zoom In > > ** ** > > Hi Daniel**

Re: $$Excel-Macros$$ Comments Boxes - Temporary Zoom In

2011-07-18 Thread ashish koul
try this Sub reduce() Dim a As Range For Each a In Cells.SpecialCells(xlCellTypeComments) a.Comment.Visible = False a.Comment.Shape.TextFrame.AutoSize = True Next a End Sub On Tue, Jul 19, 2011 at 9:56 AM, Cab Boose wrote: > Hi Daniel > > Thanks for a great result. Not quite there yet.

Re: $$Excel-Macros$$ Comments Boxes - Temporary Zoom In

2011-07-18 Thread Cab Boose
Hi Daniel Thanks for a great result. Not quite there yet. When double click the comment box doubles it size. When cursor is moved away from that cell and then back to that cell the double size is still there sometimes. Sometimes it does go back to normal but not all the time. So when the comm