Hello all,
I am working on a project that is a bit over my head.
I have a workbook with daily information created on separate tabs (worksheets). Each worksheet is titled by date.
The format on each daily worksheet has rows under a headline "Facts", rows under a headline "Rumors" and rows under a headline "Highlights"
In each row, starting in column F, will be Date (column F)/ Team (G)/ Name (H) /Notes (L)/ Source (T) (there are some merged cells for formatting purposes).
The VBA will be needed to run a search program on a separate tab called PLAYER LOOKUP. I want the user to choose a name from a data validated drop down box (cell E3), and the VBA will take the name in that box, find and return all entered data by the chosen name and return the data under the appropriate headline of "Facts", "Rumors", or "Highlights" (it should be able to tell where the data is being pulled from).
Can anyone help me get started with this? (at least!!??)
Please let me know what I can provide to make this easier!
Thank you so much!
C
I am working on a project that is a bit over my head.
I have a workbook with daily information created on separate tabs (worksheets). Each worksheet is titled by date.
The format on each daily worksheet has rows under a headline "Facts", rows under a headline "Rumors" and rows under a headline "Highlights"
In each row, starting in column F, will be Date (column F)/ Team (G)/ Name (H) /Notes (L)/ Source (T) (there are some merged cells for formatting purposes).
The VBA will be needed to run a search program on a separate tab called PLAYER LOOKUP. I want the user to choose a name from a data validated drop down box (cell E3), and the VBA will take the name in that box, find and return all entered data by the chosen name and return the data under the appropriate headline of "Facts", "Rumors", or "Highlights" (it should be able to tell where the data is being pulled from).
Can anyone help me get started with this? (at least!!??)
Please let me know what I can provide to make this easier!
Thank you so much!
C
Last edited by a moderator: