|
-
Jan 11th, 2006, 04:28 AM
#1
Thread Starter
Member
[RESOLVED] Can't see file opened with 'Open file for Input', etc, etc
I am using the fiollowing code to check for files in a dir and then open sequencially.
Do Until EGFile = ""
FileNum = FreeFile
Open EGFile For Input Access Read Shared As FileNum
'more code here'
Close FileNum
EGFile = Dir
Loop
My problem is that after the 'Open EGFile....' code I cannot see the file in Excel or use any code to pull data from various cell references within the worksheet. Do I need to activate the file somehow?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|