View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vicki Vicki is offline
external usenet poster
 
Posts: 70
Default Macro - Share with Users on a shared network drive

I wrote a macro in a workbook that refreshes data from an external file then
populates multiple spreadsheets. It is working very well for me at my
station, but won't run at other users' stations. The .CSV file that is being
read and imported in is in the same shared network folder where the workbook
is.

Why won't the macro run for the other users? Is there a security setting or
more code I need in my macro so they can run it.