Hi ,
I have to find a text in the sheet and from that cell i have to merge 6 cells horizontally . I am not good at VBA . i need help please
i have written a code for finding the text
Set cell = ActiveSheet.Cells.Find(What:="~ ~ Enquiries", After:=[A1], LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False, SearchFormat:=False)
and it is working . after that ther is no clue for me
I have to find a text in the sheet and from that cell i have to merge 6 cells horizontally . I am not good at VBA . i need help please
i have written a code for finding the text
Set cell = ActiveSheet.Cells.Find(What:="~ ~ Enquiries", After:=[A1], LookIn:=xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False, SearchFormat:=False)
and it is working . after that ther is no clue for me