Hi !
I'd like my VBA excel application to respond to D&D events when receiving file from explorer.
The goal is to open the dragged file and read its contents in a special way (not handled by Excel).
Thanks
Printable View
Hi !
I'd like my VBA excel application to respond to D&D events when receiving file from explorer.
The goal is to open the dragged file and read its contents in a special way (not handled by Excel).
Thanks
You cant do it on the sheet itself since there are no events for it and you can not record a macro to change it.
What you could probably do it to create a userform that you could D&D the file on to and from there manipulate it to the sheet.