Mar 6, 2008 #1 Malc8179 MIS Joined Oct 8, 2007 Messages 28 Location GB Hi Guys I need to open the import data dialog box as part of a script, any ideas on how to do this Malc
Hi Guys I need to open the import data dialog box as part of a script, any ideas on how to do this Malc
Mar 7, 2008 #2 ck1999 Technical User Joined Dec 2, 2004 Messages 784 Location US Have you tried this Application.Dialogs(xlDialogImportTextFile).Show What application? What kind of file? ck1999 Upvote 0 Downvote
Have you tried this Application.Dialogs(xlDialogImportTextFile).Show What application? What kind of file? ck1999
Mar 10, 2008 Thread starter #3 Malc8179 MIS Joined Oct 8, 2007 Messages 28 Location GB Thanks Sorry its Excel and im trying to set it up for a CSV Upvote 0 Downvote