View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chad chad is offline
external usenet poster
 
Posts: 273
Default Return list of file names from specific directory



"Norman Jones" wrote:

Hi Chad,

Private Sub UserForm_Initialize()


Should have read:

Public Sub Tester()


(I happened to be working in a Userform
module when I respnded to your question!



---
Regards.
Norman



Thanks Norman. This works great.