
07-27-2010, 01:19 PM
|
|
Newcomer
|
|
Join Date: Jul 2010
Posts: 1
|
|
create a button to seach documents contains "x" in a certain directory
|
Hi, anyone can help me to write a code for
creating a button in Excel.
By clicking the button to start search files in certain directory?
and also files' name should contain the characters in activecell.
in other words, the contents in ACtivecell is the searching criteria for file name.
I start with
code:
Sub Button1_Click()
End sub
---------------------------------------------
and I have no clues any more
Thanks for helping me out!!!!!!!!!!
|
|