I need the browse button in input box to find file - VB A - EXCEL Macro][1]
need to find the folder path via browse button instead of typing in input box is it possible?
|-------------------|
|-------------------| Browse by clicking a cell it should ask for file browse. should not be edited manually. i mean , i want to lock the particular cell locked. and only able to edit via macro.
You can use this to find a file. Modify the filter if you need to. the variable
fldr
will have your data. Then you can set your textbox to that value.or:
I have more helpful pieces of code like this at My GitHub
Alternately: