Message 1 of 1
_BeginFileDropEvent not working for Excel file.

Not applicable
05-25-2016
04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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