Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've got an excel workbook that imports a text file, formats the data it
imports, and posts the text into multiple sheets sorting the data on those sheet. Right now I have the workbook look for a specific file in a specific location and consequently my VBA uses the location of the imported file (full path: c:\documents and settings\username\desktop\filename.txt) in some spots of the code and the file name (with no path: filename.txt) in other spots. I'd really like to make this more dynamic and allow the user to actually browse to and select the file and then have the location of the imported file and the file name be saved into two strings to be used in the VBA as needed. Is there an easy way to do this? Thanks! -Ariel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
prompt user to save file as {desired_name} and save it to a variab | Excel Programming | |||
User select Save To Folder | Excel Programming | |||
Allowing user to select a cell in another workbook in VBA | Excel Programming | |||
Allowing the user to specify save location | Excel Programming | |||
Allowing User to save file | Excel Programming |