L
learning_codes
Hi,
I'm trying to turn the warning message off when I use:
Cells.Replace What:="Z Divisional Totals", Replacement:="Divisional
Totals", LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False
Second part is:
Is there a way to check either the column and rows filled to create
border where is pointed to "APPLYBORDER". Your help would be much
apprecated.
r = Range("A10").End(xlDown).Row
ApplyBorder Range("A10", "A" & r)
ApplyBorder Range("B10", "B" & r)
ApplyBorder Range("C10", "C" & r)
ApplyBorder Range("D10", "D" & r)
ApplyBorder Range("E10", "E" & r)
ApplyBorder Range("F10", "F" & r)
ApplyBorder Range("G10", "G" & r)
Thanks..
I'm trying to turn the warning message off when I use:
Cells.Replace What:="Z Divisional Totals", Replacement:="Divisional
Totals", LookAt:=xlPart, SearchOrder:=xlByRows, MatchCase:=False
Second part is:
Is there a way to check either the column and rows filled to create
border where is pointed to "APPLYBORDER". Your help would be much
apprecated.
r = Range("A10").End(xlDown).Row
ApplyBorder Range("A10", "A" & r)
ApplyBorder Range("B10", "B" & r)
ApplyBorder Range("C10", "C" & r)
ApplyBorder Range("D10", "D" & r)
ApplyBorder Range("E10", "E" & r)
ApplyBorder Range("F10", "F" & r)
ApplyBorder Range("G10", "G" & r)
Thanks..