Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need some help and explaination. Thks.


Thks dave for your advice. I have kinda solve the problem using
primitive solution as below:

.LookIn = "z:\GsmOmc\TrafRept\in-bound-roamer\"
'.FileName = "in_*.txt"
.FileName = ".txt" = solution
If .Execute 0 Then
Year = ""
For i = 1 To .FoundFiles.Count
Filenames = .FoundFiles(i) = solution
Filetype = Right(.FoundFiles(i), 4) = solution
If InStr(1, Filenames, "in_", vbTextCompare) = 36 An
StrComp(".txt", Filetype) = 0 Then = solution

This is just case someone like me who is desperate for a quic
solution.

How about checking your filenames before you do anything with them?

Dave I have check the filenames by inserting the msgbox command an
have confirm they are correct.

BTW do you still have the links for that articles you mention? M
window XP platform has been giving me lots of headache ever since i
has been setup. Now I have faced with another problem which I hav
posted separately to avoid confusion. :

--
stevetan201
-----------------------------------------------------------------------
stevetan2010's Profile: http://www.excelforum.com/member.php...fo&userid=1624
View this thread: http://www.excelforum.com/showthread.php?threadid=27647

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function explaination need hoachen Excel Worksheet Functions 2 July 26th 07 11:38 PM
I need to understand how the IRR, NPV and FPV formulas work? Thks Juanmi Excel Worksheet Functions 1 August 15th 06 05:27 PM
Formula explaination r Excel Discussion (Misc queries) 6 May 16th 06 04:12 AM
Need some help and explaination. Thks. stevetan2010[_2_] Excel Programming 1 November 10th 04 12:34 AM
Need some help and explaination. Thks. stevetan2010 Excel Programming 0 November 9th 04 03:09 AM


All times are GMT +1. The time now is 07:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"