Splash Sreen is on Form 1 along with a DriveListBox which is made invisible
'---------------------------------------------------------------
Form1
Private Sub Form_Load()
Drive1_Change When Form1 Loads it should call Drive1 Change which In turn call s FindDir But it
Doesn't
End Sub
Private Sub Drive1_Change()
ListCount = 0
Item$ = Drive1.List(ListCount)
'Form1.Print Item$
'CurrentY = 600
'Form1.Print "This should work"
FindDir (Item$)
End Sub
'--------------------------------------------------------------------------------------
'Module1
Option Explicit
Public Item$
Sub FindDir(Item$)
'ListCount = 0
'Item$ = Drive1.List(ListCount)
CurrentY = 500
Form1.Print Item$
CurrentY = 900
Form1.Print "This should work"
End Sub

I just can't get the module to recognize Item$, Why? thank's for all the help ! !
It took me 74 years to get this stupid!