Re: $$Excel-Macros$$ VBA Comment Box - Copy of

2011-07-12 Thread ashish koul
s Nothing Then >>> >>> Set Var = x.Offset(, 1) >>> >>> x.Offset(, 1).Copy >>> >>> Rg.Offset(, 2).PasteSpecial Paste:=xlPasteComments >>> >>> End If >>> >&

Re: $$Excel-Macros$$ VBA Comment Box - Copy of

2011-07-12 Thread Cab Boose
> >> Next Rg >> >> End With >> >> End Sub**** >> >> ** ** >> >> Regards. >> >> Daniel >> >> ** ** >> >> *De :* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.

Re: $$Excel-Macros$$ VBA Comment Box - Copy of

2011-07-11 Thread Cab Boose
.Find(Rg.Value, , , xlWhole) >>> >>> If Not x Is Nothing Then >>> >>> Set Var = x.Offset(, 1) >>> >>> x.Offset(, 1).Copy >>> >>> Rg.Offset(, 2).PasteSpecial Paste:=xlPasteComments**** >>&g

Re: $$Excel-Macros$$ VBA Comment Box - Copy of

2011-07-07 Thread Cab Boose
t;> >> End Sub**** >> >> ** ** >> >> Regards. >> >> Daniel >> >> ** ** >> >> *De :* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *De la part de* Cab Boose >> *Envoyé :* jeudi 7 juillet 201

RE: $$Excel-Macros$$ VBA Comment Box - Copy of

2011-07-07 Thread Daniel
End With End Sub Regards. Daniel De : excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] De la part de Cab Boose Envoyé : jeudi 7 juillet 2011 08:56 À : excel-macros@googlegroups.com Objet : $$Excel-Macros$$ VBA Comment Box - Copy of Hi Have a photo in a comments box

$$Excel-Macros$$ VBA Comment Box - Copy of

2011-07-07 Thread Cab Boose
Hi Have a photo in a comments box in Database.xls. Also have a vlookup in another workbook Shipment-New.xls to bring forward the text from the cell into the wb. This works great. I also want to bring forward the comment box in the same cell from Database.xls into Shipment-New.xls. Would li