A
ac
Greetings,
I have been diving through Google for several hours trying to find a
solution and have come here for help...
Please keep in mind that I'm pretty new to programming VB in Excel...
I would like to trap the user's drag-n-drop (and File Open) so that
when they drop a CSV file on Excel, I can override the default
behavior to use the equivalent of the Text Wizard. Renaming the CSV to
txt is not really an option.
I have tried looking at WithEvents, but I get notified too late. The
worksheet is up by the time I get a SheetActivate and a WorkbookOpen.
Does anyone know how I can trap this?
Many Thanks,
Allan
I have been diving through Google for several hours trying to find a
solution and have come here for help...
Please keep in mind that I'm pretty new to programming VB in Excel...
I would like to trap the user's drag-n-drop (and File Open) so that
when they drop a CSV file on Excel, I can override the default
behavior to use the equivalent of the Text Wizard. Renaming the CSV to
txt is not really an option.
I have tried looking at WithEvents, but I get notified too late. The
worksheet is up by the time I get a SheetActivate and a WorkbookOpen.
Does anyone know how I can trap this?
Many Thanks,
Allan