Friday, September 23, 2016

How to Resolve - Copy one file to multiple files with file names from table?

Copy one file to multiple files with file names from table

I have an Excel file with multiple worksheets (for budget planning).  I want to copy this file for each fund code (there are about 2,000).  Is their a way to automate the creation of these files?  I want to name the file with the fund code (a six digit
#). I have a list of the fund codes in another Excel file.

Solutions to the Problem Copy one file to multiple files with file names from table

Download Error Fixer (Free)

Hi Patty, I have just realized you want a copy of the workbook including all folders
if you have your fund # in column A then in column B enter
=A1+1
this will add 1 to the number of your fund and will use this column to create the backup sheets assuming the formula was entered in column B, and you are saving the files in C drive
Sub savebook()
Dim FPATH As String
 Dim r As Range
 
 FPATH = "c:\"
 
With Sheets("sheet3")
    For Each r In .Range("b1", .Range("b" & Rows.Count).End(xlUp))
        If r.Value <> "" Then
                    Application.DisplayAlerts = False
           
        End If

ActiveWorkbook.SaveAs FPATH & r.Value & ".XLS"
    Next r
End With
End Sub

Using Windows troubleshooter:

  • Click on Search on Charm bar and type Troubleshooting. Click on the very first option.
  • A new window will open. Click View all from the left pane.
  • Scroll down to the bottom and click on Windows update.
  • Troubleshooter window for Windows update will pop up. Click on NEXT. It may ask you for administrative permission.
  • The troubleshooter will automatically detect problems and fix it.
  • Now, close this window and try download/install the app which was previously showing error.

Another Safe way to Fix the Problem: Copy one file to multiple files with file names from table:

How to Fix Copy one file to multiple files with file names from table with SmartPCFixer?

1. Click the button to download Error Fixer . Install it on your computer.  Open it, and it will scan your system. The errors will be shown in the scan result.

2. After the scan is finished, you can see the errors and problems need to be repaired. Click Fix All.

3. The Repair part is done, the speed of your computer will be much higher than before and the errors have been fixed. You can also use other functions in this software. Like dll downloading, windows updating and print spooler error repair.


Related: How Can You Update & Download NVidia 6100, 6800 GS/XT Display Driver v.260.89 WHQL,Where to Download NVidia GeForce 8800 GT WHQL-certified driver v.196.21,How to Update & Download NVidia GeForce Go 7400 Display Driver v.260.19.12,[Solved] Download NVidia GeForce GTX 460M Driver v.331.82,Download NVidia Quadro Plex Model IV VGA Driver v.304.43 Certified,Way to Download RealTek RTL8100C(L) Driver v.5.01,Way to Download RealTek RTL8100E Drivers v.694,Way to Update & Download RealTek RTL8101L Auto Installation Program v.6.110 driver,Method to Update & Download RealTek RTL8111G PXE and RPL ROM code v.2.58 driver,How to Update & Download RealTek RTL8411B(N) Driver v.10.003,Best Way to Update & Download ASUS A53SV nVidia Graphics Driver v.8.17.12.6686,Method to Herunterladen ASUS K75VJ Intel Rapid Storage Technology Treiber v.11.6.0.1030,How Can You Update & Download ASUS CG8580 Intel Chipset Driver v.9.3.0.1019,Method to Update & Download ASUS K41VD Intel INF Update Driver v.9.1.1.1015,Way to Update & Download ASUS Pro70T NB Probe v.3.0.0026 driver
Read More: Cool Edit: can no longer record Tech Support,How to Fix Error - Copy to end of list?,Troubleshoot:Copy and pasteing from one web page to another.,Troubleshooting:Copying Formula Help in Excel,Fast Solution to Problem: Copy Information from another Sheet,Closing Internet Explorer causes error,Compare 2 Tables and Calculate the PROFIT Faster,Computer goes to Windows Boot Manager after Start,Connect to one of my network computer remotely when don't allow exception box Marked,computer locking up randomly

No comments:

Post a Comment