English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

It can be done manually by F11 Import Run, but I want to do this automatically (probably from an Auto_Open macro).

2007-02-23 11:18:48 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

I really do mean IMPORT. Another pogram has just emitted a text file macro, now I want to run it.

2007-02-28 12:50:09 · update #1

1 answers

I set this one up on my PC a long time ago, but here's the open/run bit...

Sub Auto_Open()
Application.Run "MyFile.csv!Menus"
End Sub

Along with a scheduled task to open "MyFile.csv" at a particular time every day.

Set Excel security settings to low, and maybe add to your anti-virus OK list?

Hope that works for you.

2007-02-24 01:04:38 · answer #1 · answered by 86er 3 · 0 0

fedest.com, questions and answers