From: Fatchan on 4 Aug 2005 16:22 Hello, I am fairly new to VBA and macro programming. I would like to devise a macro that processes a bunch of workbooks. I would like to create a userform such that I can drag and drop workbooks from windows explorer into a listbox to determine which files I would like to process. I found tons of examples online of how to devise a VBA program to accept "drag and dropped" files from windows explorer, however when I try to do this from within an excel vba program, I find that the listbox is slightly different and does not contain the odeDragDrop functionality. Is there some kind of library or something I need to import into my excel vba program? I hope I am making some sense... please help!
From: Jean-Yves on 5 Aug 2005 09:17 Hi To make it easier, process all worbooks located in the same folder and/or having the same name convention. Or load all open workbooks in a listbox control that can be selected. Regards Jean-Yves "Fatchan" <brianksc(a)gmail.com> wrote in message news:1123186973.436308.212070(a)g49g2000cwa.googlegroups.com... > Hello, > > I am fairly new to VBA and macro programming. I would like to devise a > macro that processes a bunch of workbooks. I would like to create a > userform such that I can drag and drop workbooks from windows explorer > into a listbox to determine which files I would like to process. > > I found tons of examples online of how to devise a VBA program to > accept "drag and dropped" files from windows explorer, however when I > try to do this from within an excel vba program, I find that the > listbox is slightly different and does not contain the odeDragDrop > functionality. > > Is there some kind of library or something I need to import into my > excel vba program? I hope I am making some sense... please help! >
|
Pages: 1 Prev: CAN ANYONE SOVLE THIS PROBLEM!!! Next: Setting OnAction Property Fails |