_BeginFileDropEvent not working for Excel file.

_BeginFileDropEvent not working for Excel file.

Anonymous
Not applicable
265 Views
0 Replies
Message 1 of 1

_BeginFileDropEvent not working for Excel file.

Anonymous
Not applicable

Hi All,

 

Has anyone used this event?

For example this sub is supposed to show name of file dropped

Private Sub acadApp_BeginFileDrop(ByVal FileName As String, Cancel As
Boolean)
MsgBox FileName
End Sub

whether or not it works depends on file extension
(by "works" I mean the msgbox appears with the filename )

It works with .Txt and .Dwg files,

 

but it does not works .xlsx file.

for example
(by "does not work" I mean the msgbox does not appear)

Apparently not all filetypes fire that event...
Any one know how to intercept all various file types???

 

Thanks

Arunkumar.T

0 Likes
266 Views
0 Replies
Replies (0)