Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
What code shoul I write in order for it to search a pre- defined filename and open that searched file? Regards Pedro |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
do you mean search for the file and open it?
Look at the vba help on the filesearch object. Regards, Tom Ogilvy "Pedro" wrote in message ... Hi What code shoul I write in order for it to search a pre- defined filename and open that searched file? Regards Pedro |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Tom I already saw the filesearch object help but they do not mention how to open the searched file *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
where it says
MsgBox .FoundFiles(i) modify to suit FoundFiles(i).open -- Don Guillett SalesAid Software Granite Shoals, TX "Pedro Marques" wrote in message ... Hi Tom I already saw the filesearch object help but they do not mention how to open the searched file *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom
The Help only explains how to search that I already done. Know how do I open that searched file? Thanks Pedro -----Original Message----- do you mean search for the file and open it? Look at the vba help on the filesearch object. Regards, Tom Ogilvy "Pedro" wrote in message ... Hi What code shoul I write in order for it to search a pre- defined filename and open that searched file? Regards Pedro . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find & open an archived file in ms excel? | Excel Discussion (Misc queries) | |||
How to find file-path of open workbook? | Excel Discussion (Misc queries) | |||
EXCEL wont open from Explorer, must open EXCEL then find file | Excel Discussion (Misc queries) | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) | |||
How to find something in another file, witch is not open HELP ME!! | New Users to Excel |