hey
im trying to find my sheet's last empty row and place my data there. here is what i've wrote
num=Application.WorksheetFunction.CountA(Range("C:C")
i defined to search in C column but it searches A column and based on that places the datas wrong
im trying to find my sheet's last empty row and place my data there. here is what i've wrote
num=Application.WorksheetFunction.CountA(Range("C:C")
i defined to search in C column but it searches A column and based on that places the datas wrong