Can I Please have help with a 2 part VBA question.
The macro I have already checks for how many rows and columns that are being used on the open sheet.
The last 2 things I need help with are.
After the macro moves the data around we need to Ask the user to input a starting number so it can autofill a column starting at A2 to the last known row.
They are asked to input at the prompt a number Lets say then number 400,
the macro will then fill 400,401,402,403,etc all the way down to the last used row.
Then prompt the user to input a number to fill in starting at B2 with the same number in column B starting at B2 all the way down to the last known row.
Then continue with the existing macro which is already saving the updated sheet.
Thank you in advance
The macro I have already checks for how many rows and columns that are being used on the open sheet.
The last 2 things I need help with are.
After the macro moves the data around we need to Ask the user to input a starting number so it can autofill a column starting at A2 to the last known row.
They are asked to input at the prompt a number Lets say then number 400,
the macro will then fill 400,401,402,403,etc all the way down to the last used row.
Then prompt the user to input a number to fill in starting at B2 with the same number in column B starting at B2 all the way down to the last known row.
Then continue with the existing macro which is already saving the updated sheet.
Thank you in advance