On Page Setup, on the Page tab at the bottom is a box labelled "First Page Number" which defaults to Auto. If you always want it to start at 6 for this workbook (possibly worksheet, not sure), just change here and save the workbook.
If you want to be able to change the starting number in code then you need:
ActiveSheet.PageSetup.FirstPageNumber = [whatever you want it to equal]