View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Skiffle Skiffle is offline
external usenet poster
 
Posts: 13
Default What is FreeFile() function???

"Robert Crandal" wrote in message
...
I'm trying to understand what exactly is the purpose of the
VBA FreeFile() function??? If I call this function inside
one of my VBA modules, it will return a numerical value.
What is this numerical value??

thank you


Robert,

Here are two ways of accessing rather immediate assistance

1. VBA Help
Search "freefile". It lays it out in plain english.

2. Google. Here's one of many hits.
http://zo-d.com/blog/archives/progra...ect-excel.html
In the first paragraph at this site, it states "Use FreeFile to get the
file number of the next file."

Pretty straightforward.

Skiffle