Mass update Excel file connection string
We have recently changed our SQL Database server and i was wondering if there would be a script or an easier method of updating all the Excel file connection strings? It would of been alot easier if they used a connection file but unfortunately they were all set manually and we have about 600 reports... Any help is much appreciated. Thanks Nick Yes you can... you make a program in c# or vb.net that loops throu all of your 600 documents and opens the documents and by using oModule = oBook.VBProject.VBComponents.Add(VBIDE.vbext_ComponentType.vbext_ct_StdModule) oModule.CodeModule.AddFromString