$$Excel-Macros$$ Re: Find and Replace with Bold

2016-01-21 Thread Mandeep Baluja
> > check Two scenarios given in different sheets and let me know !! >> > Sub MakeBold() Dim nrows As Long: nrows = ActiveSheet.Cells(Rows.Count, 1).End(xlUp).Row With ActiveSheet For nrow = 2 To nrows Searchstring = .Range("A" & nrow).Value searchchar = .Range("B" & nrow).Value

$$Excel-Macros$$ Re: Find and Replace with Bold

2016-01-21 Thread Vinod Kumar
Pls. find the sample file in required format On Thursday, January 21, 2016 at 3:11:58 PM UTC+5:30, Vinod Kumar wrote: > > Dear Team, > > pls asst. how to *BOLD *single word, whn there is multiple words in > single cell. > > but the words are in different cell, any option thru find and replace. >

$$Excel-Macros$$ Re: Find and Replace with Bold

2016-01-21 Thread Mandeep Baluja
> > *What are the parameters/criteria to do the bold,Give us output format > required and list of words that need to be bold by giving example in Excels > sheet.* > Regards, Mandeep baluja -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! J