Hi all,
I am trying to get an swf file to open when a command button is clicked.
I though this would be the code needed
VB Code:
Private Sub Command6_Click() Shell "C:\myfolder\test.swf", vbNormalFocus End Sub
any one know what I've done wrong?
thanks




Reply With Quote