View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jose Ruben Gonzalez-Baird Jose Ruben Gonzalez-Baird is offline
external usenet poster
 
Posts: 5
Default Create macro to load custom toolbar

I want to create some kind of macro to load a custom toolbar that I've
created, so that when any other user opens the file from any other location
on our network, the toolbar will load. The custom toolbar is really just
using the Refresh data commands common to the External Data toolbar.

Is there a simple way of doing this that won't require extensive coding?
Would each user need to have an External Data add-in installed on their
machine? Would it be possible for the macro to check to see if the external
data add-in is installed, and if it wasn't, then install, and then load the
custom toolbar?

Thanks for any and all responses. J Ruben