Hi, I am running a MACRO in sheet2 by clicking on a bottom on sheet1, all of my code is working very well, except here:
.Columns("H2:I20000").SpecialCells(xlCellTypeBlanks).Select
.Selection.FormulaR1C1 = "=R[-1]C"
What i am trying to do here is to tell excel to go to Find & Select > Go To Special > Select Blanks, and then apply certain for all of the Blanks Cells which is "=R[-1]C".
thanks.
.Columns("H2:I20000").SpecialCells(xlCellTypeBlanks).Select
.Selection.FormulaR1C1 = "=R[-1]C"
What i am trying to do here is to tell excel to go to Find & Select > Go To Special > Select Blanks, and then apply certain for all of the Blanks Cells which is "=R[-1]C".
thanks.