I want to have a cell and a button so that the user of my spreadsheet can search within the worksheet. i wanted it so that within the cell you can type something to search and then click the button to run the macro in order to find the cell.
@ibz28 Just use the info in this tutorial as well as the tutorial for getting a value from a cell into a macro and then the tutorial on how to assign a macro to a button and that should get you on your way to completing the task.
hey ur amazin i learned how to find but could u pls tell me how to a find a word and immediately bold it in macro it would be very great of u if u could tell again ur awesome keep goin mate
You actually apply it to a button in the form that takes input from the text field and then searches the workbook/worksheet or whatever for that input and then does something with that input. It really depends on what you need done but that is the process you should use to be able to search from a form. PM me if you need more specific help.
This has been flagged as spam show
Latino wives alone and try to chat her rockmycity.info
danyellhirdlgo 1 year ago
This has been flagged as spam show
Believe or not she is so beautiful and married rockmycity.info
abigailvictoriaer 1 year ago
HI, I am interested to purchase a seriess of macro tutorials that lead me especifficaly to create either a MRP or Data warehouse kanban.
I am a professional in the Planning area and i am very interested to learn those kind of macros...
Please reply what your suggestion for me is, I already went to the teachmsoffice page but could not find nothing like it...
Thank you in advance...
caballero4321 1 year ago
@caballero4321 I will send you a message on here because there's no quick answer.
ExcelisHell 1 year ago
I want to have a cell and a button so that the user of my spreadsheet can search within the worksheet. i wanted it so that within the cell you can type something to search and then click the button to run the macro in order to find the cell.
ibz28 1 year ago
@ibz28 Just use the info in this tutorial as well as the tutorial for getting a value from a cell into a macro and then the tutorial on how to assign a macro to a button and that should get you on your way to completing the task.
ExcelisHell 1 year ago
Thanks for all your tutorials ... Nice of you to share this knowledge
funniq 1 year ago
You are not hell, you are heaven!
arungoogol 1 year ago
I love you man! You are so good at explaining this! I learned a lot. Very clear!
nerijusmikolaitis 2 years ago
Thanks! Glad I could help :)
ExcelisHell 2 years ago
hey ur amazin i learned how to find but could u pls tell me how to a find a word and immediately bold it in macro it would be very great of u if u could tell again ur awesome keep goin mate
dinakarpramod 2 years ago
after you find the word or cell select that cell with the macro or just make it active and you can then use this line of code:
Selection.Font.Bold = True
ExcelisHell 2 years ago
how do i apply this in to a form command button which looks at text feild in the form where user can type content to find?
freid001 2 years ago
You actually apply it to a button in the form that takes input from the text field and then searches the workbook/worksheet or whatever for that input and then does something with that input. It really depends on what you need done but that is the process you should use to be able to search from a form. PM me if you need more specific help.
ExcelisHell 2 years ago
Yep thanks I have managed to work it out thanks good vid.
freid001 2 years ago