A
alexanderd
help i have the following
Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Application.Run "C:\Documents an
Settings\MR.SIMMS\Desktop\com056PLAY.xls!ADS1"
End Sub
all i get is error "C:\Documents an
Settings\MR.SIMMS\Desktop\com056PLAY.xls!ADS1" Cannot Be found.
i know its on my desk top and the macro i want to run is ADS1
where am i going wrong???
:confused
Private Sub ListBox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean)
Application.Run "C:\Documents an
Settings\MR.SIMMS\Desktop\com056PLAY.xls!ADS1"
End Sub
all i get is error "C:\Documents an
Settings\MR.SIMMS\Desktop\com056PLAY.xls!ADS1" Cannot Be found.
i know its on my desk top and the macro i want to run is ADS1
where am i going wrong???
:confused