Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks guys!
"Bob Phillips" wrote in message ... Check out GetOpenFilename in VBA help to show how to browse a file. If you open it, you can then saveas to the new location and close it immediately, after saving the name ActiveWorkbook.SaveAs Filename:= .... ThisWorkbook.Range("A1").Value = ActiveWorkbook.FullName ActiveWorkbook.Close -- HTH RP (remove nothere from the email address if mailing direct) "Steph" wrote in message ... Hello. Is it possible to have excel via vba allow a user to browse through folders (like when a user clicks on FileOpen), but instead of actually opening the file they select, I would like the file to be copied to a specified location (variable called infopath) AND also have the name of the file selected inserted into cell A1? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Browse File for Mac | Excel Discussion (Misc queries) | |||
can't browse file | Excel Discussion (Misc queries) | |||
excel vba browse file | Excel Programming | |||
excel vba browse file | Excel Programming | |||
File Browse Box | Excel Programming |