Import Wizard

R

Ryan

Is ther a way to bring up the import wizard dialog box through vba code? ie.. having a user press a button to bring it up?

Thanks,
Ryan
 
W

woloman

DoCmd.RunCommand acCmdImport

-----Original Message-----
Is ther a way to bring up the import wizard dialog box
through vba code? ie.. having a user press a button to
bring it up?
 
Top