QP School

Full Version: How to format an entire column as number without thousand separator in Excel VBA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Assumed you have created a module and a subroutine already, write the following code:

Range("A:A").Select
Selection.NumberFormat = "0"