Find a word in excel
Solved/Closed
Tim
-
Apr 16, 2011 at 09:54 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - May 2, 2011 at 09:11 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - May 2, 2011 at 09:11 AM
Related:
- Find a word in excel
- Number to word in excel - Guide
- Word apk for pc - Download - Word processors
- Number to text in word - Guide
- Tick symbol in word - Guide
- Backspace not working in word - Guide
2 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Apr 19, 2011 at 10:36 AM
Apr 19, 2011 at 10:36 AM
Hi Tim,
It would be really helpfull if you could upload your workbook using a site like www.speedyshare.com.
I was thinking about an inputbox which would let you input and seacrh for a workout. Put the results in a summary sheet. Then you could search for another workout to be placed in the summary sheet for you to look for combinations of workouts. Then you can manually clear the summary sheet to look for other workouts.
Does this sound ok?
Best regards,
Trowa
It would be really helpfull if you could upload your workbook using a site like www.speedyshare.com.
I was thinking about an inputbox which would let you input and seacrh for a workout. Put the results in a summary sheet. Then you could search for another workout to be placed in the summary sheet for you to look for combinations of workouts. Then you can manually clear the summary sheet to look for other workouts.
Does this sound ok?
Best regards,
Trowa
Hi Trowa,
yes that sound good, i have uploaded the excel file, it can be found at:
http://www.speedyshare.com/files/28062410/Crossfit_Workouts_2011.xlsx
Thank you for your help!!!
Tim
yes that sound good, i have uploaded the excel file, it can be found at:
http://www.speedyshare.com/files/28062410/Crossfit_Workouts_2011.xlsx
Thank you for your help!!!
Tim
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Apr 21, 2011 at 08:40 AM
Apr 21, 2011 at 08:40 AM
Hi Tim,
Sorry, forgot to tell that I'm working with excel 2003. Could you resave/reupload your workbook with a .xls extention.
Thank you,
Trowa
Sorry, forgot to tell that I'm working with excel 2003. Could you resave/reupload your workbook with a .xls extention.
Thank you,
Trowa
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Apr 22, 2011 at 09:50 AM
Apr 22, 2011 at 09:50 AM
Hi Tim,
Hopefully you are not in any rush of getting the answer. Since you use merged cells I have got to use the Find method, which I never used before. I like figuring it out but it will take some time. When I get stuck I will let you know as well as asking an expert to look at your query.
Best regards,
Trowa
Hopefully you are not in any rush of getting the answer. Since you use merged cells I have got to use the Find method, which I never used before. I like figuring it out but it will take some time. When I get stuck I will let you know as well as asking an expert to look at your query.
Best regards,
Trowa
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
May 2, 2011 at 09:11 AM
May 2, 2011 at 09:11 AM
Hi Tim,
Here is your file with code:
https://authentification.site/files/28254792/Crossfit_Workouts_2011.xls
Please note that when merging cells, the value will be put in the top most cell.
Since you used four cells to merge the date and three cells to merge your excercises, I had to unmerge your date to put in on the same row as your exercises.
I have done this for the April sheet and two times for the May sheet for testing purposes.
You will need to do this for the rest of the sheets as well for the code to work properly.
On the Summary sheet I used the bold font to highlight what you searched for. When clearing the search results the bold font needs to be cleared as well. To make this happen in one step I have created a button for your convenience.
Also look at the format of the summary sheet to make date look like date and time look like time etc..
The code in its current state will only work for April and May. So look at the code and add the other sheets as well.
Have you thought about how/when to run the code? Using a button or activate when selecting a sheet.
Can you work with this?
Best regards,
Trowa
Here is your file with code:
https://authentification.site/files/28254792/Crossfit_Workouts_2011.xls
Please note that when merging cells, the value will be put in the top most cell.
Since you used four cells to merge the date and three cells to merge your excercises, I had to unmerge your date to put in on the same row as your exercises.
I have done this for the April sheet and two times for the May sheet for testing purposes.
You will need to do this for the rest of the sheets as well for the code to work properly.
On the Summary sheet I used the bold font to highlight what you searched for. When clearing the search results the bold font needs to be cleared as well. To make this happen in one step I have created a button for your convenience.
Also look at the format of the summary sheet to make date look like date and time look like time etc..
The code in its current state will only work for April and May. So look at the code and add the other sheets as well.
Have you thought about how/when to run the code? Using a button or activate when selecting a sheet.
Can you work with this?
Best regards,
Trowa