Browse button = Microsoft Common Dialog Control (Press CTRL+T and select it)
Open the file... Here is where you terminology is wrong as you do not need to open a file to rename it but the following is for opening any file...
In help on index tab look up the following...
FreeFile Function
Open Statement
Line Input Statement
Input Function
Close Statement
As for opening and playing *.wav files, see sndPlaySound API or the PlaySound API...
Rename a file = the Name Statement (once again on index tab of the help files)
The "export" will happen when your code executes the name statement...
As for code, let us see what you have tried so far...
Good Luck
vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 296
You need to set the textbox multiline property to true. Then you can use...
Text2.Text = vbNewLine & Text1.Text
Good Luck
vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 296