I have this line:
ActiveSheet.Rows(ii + 1).EntireRow.Insert
but when i insert the line, than the format is of the next line. How can i clear the format of the line?
So, i want to copy the following number "0734" (0 from the begining is important) but when i copy it becames "734" and this is a big problem for me
Thank you !
ActiveSheet.Rows(ii + 1).EntireRow.Insert
but when i insert the line, than the format is of the next line. How can i clear the format of the line?
So, i want to copy the following number "0734" (0 from the begining is important) but when i copy it becames "734" and this is a big problem for me
Thank you !