excel vba - VBA How to stop when setting cells equal to each other automatically changes small numbers to a percentage? -


when setting 2 cells each other, if number small automatically sets receiving cell percentage , not actual number, how avoid this?

i found solution problem, selected entire range of numbers once had been pasted , selected them before doing:

selection.numberformat = "general"


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -