G
Greg Maxey
I know the purpose of money and wish that I had more ;-).
What is the point of "$" in the following code. The code seems to work
just with or without it?
Sub Test()
With Dialogs(wdDialogFileOpen)
If .Display Then
MsgBox WordBasic.FilenameInfo$(.Name, 1) 'Why the "$" in this
line?
Else
MsgBox "No file selected"
End If
End With
End Sub
What is the point of "$" in the following code. The code seems to work
just with or without it?
Sub Test()
With Dialogs(wdDialogFileOpen)
If .Display Then
MsgBox WordBasic.FilenameInfo$(.Name, 1) 'Why the "$" in this
line?
Else
MsgBox "No file selected"
End If
End With
End Sub