Caveman1964
Board Regular
- Joined
- Dec 14, 2017
- Messages
- 127
- Office Version
- 2016
- Platform
- Windows
Someone had this working but I added more columns that needed dates, now its putting it at end of row.
So I want a macro on page 2 asks for a job number and then searches job number on page 3 in column A.
It finds it then asks for a date. The date will be placed beginning on column W and then every few days they will click that button to update and enter date.
But it will need to be next available cell after W. It will never go past column AF.
Summary;
User clicks button.
Its asks user to enter job number.
It searches page 3 column A:A for job number
if finds the row of that job number.
Moves to column W to enter date.
Then asks user to enter date.
Next time they click button it does same thing but needs to find the empty one after column W which will be X. They enter date and it goes into X.
Appreciate help on this.
So I want a macro on page 2 asks for a job number and then searches job number on page 3 in column A.
It finds it then asks for a date. The date will be placed beginning on column W and then every few days they will click that button to update and enter date.
But it will need to be next available cell after W. It will never go past column AF.
Summary;
User clicks button.
Its asks user to enter job number.
It searches page 3 column A:A for job number
if finds the row of that job number.
Moves to column W to enter date.
Then asks user to enter date.
Next time they click button it does same thing but needs to find the empty one after column W which will be X. They enter date and it goes into X.
Appreciate help on this.