【Question#1】
Suppose I create a Excel File to get other ten file record together by a folder. I want user dynamic to give Excel file a path by some method.
The first thinking jump out my mine is via inputbox. but I try several time , application.inputbox("Pls paste a file path !", type:=2) , seem can't working by some un-know problem.
Any body could answer my question ?
【Question#2】
If I want to combine FSO Object and Inputbox to get a file path by file browser window ,
how can I do for it ?
suppose :
Set XXX =application.inputbox( " Pls choose a file path " , type:=2 )
Why the code above not working anyhow ?
Suppose I create a Excel File to get other ten file record together by a folder. I want user dynamic to give Excel file a path by some method.
The first thinking jump out my mine is via inputbox. but I try several time , application.inputbox("Pls paste a file path !", type:=2) , seem can't working by some un-know problem.
Any body could answer my question ?
【Question#2】
If I want to combine FSO Object and Inputbox to get a file path by file browser window ,
how can I do for it ?
suppose :
Set XXX =application.inputbox( " Pls choose a file path " , type:=2 )
Why the code above not working anyhow ?