Import Data Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to write a macro that will open the Import window. I would also
like this to appear as a button on my switchboard. I'm trying to save the
steps of going to File / Get External Data / Import.

I already have it as a shortcut on my toolbar but would really like it on my
switchboard.

Any suggestions?

Thank you.
 
Hello Katie.

Katie said:
I would like to write a macro that will open the Import window. I would
also like this to appear as a button on my switchboard. I'm trying to
save the steps of going to File / Get External Data / Import.

I already have it as a shortcut on my toolbar but would really like it
on my switchboard.

In a macro, try a RunCommand action with the command Import.
 
Back
Top