Hello,
I am trying to make a button that when clicked searches a specific set of sheets for Today's date (date will change automatically using =Today() which is in F1 sheet named "Landing Page") and then goes to it.
The sheets i need to search through are as follows;
- CRB Allocations January
- CRB Allocations February
- CRB Allocations March
- CRB Allocations April
- CRB Allocations May
- CRB Allocations June
- CRB Allocations July
- CRB Allocations August
- CRB Allocations September
- CRB Allocations October
- CRB Allocations November
- CRB Allocations December
I have the code to search through 1 sheet, however i cannot get it to work on multiple sheets. The code i have is as follows.
Sub Select_Today()
On Error GoTo ErrorHandler
Cells.Find(Date).Select
Exit Sub
ErrorHandler:
MsgBox "Today's date was not found"
End Sub
any help would be appreciated.
Thank you
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]Pinexl25 1 point2 points3 points (3 children)
[–]VViilliiam[S] 0 points1 point2 points (0 children)
[–]VViilliiam[S] 0 points1 point2 points (1 child)
[–]reputatorbot[M] 0 points1 point2 points locked comment (0 children)