Friday, September 23, 2016

Troubleshoot:Copy/Paste Values across entire workbook Error

Copy/Paste Values across entire workbook

Hello,
I have a workbook with  multiple worksheets that links to a live stock pricing database.
I need to periodically share the workbook with others but  I can't email it because links break since no-one else has access to the stock prices. 
I don't need them to update the database or use formulas, so I wonder if there is a macro or something that would let me Copy and Paste Values to every cell in the workbook.
That way I can update it as required, save it with values only and email it to
everyone who needs to view it.

Any help would be much appreciated!

Thanks,
George

Anwsers to the Problem Copy/Paste Values across entire workbook

Download SmartPCFixer to Fix It (Free)

The easiest way would be to save a copy under a different name and then just break the links before sending.

In Excel 2007
Click the Office Button (The round thing in the upper left corner)
Select Prepare, then select Edit Links to files.
You can select all files by using (Shift + mouse click) then click the Break Link button.

If you really want a macro this will do the same thing

Sub Linkbreaker()
Dim WBlinks As Variant, A As Integer

WBlinks = ActiveWorkbook.LinkSources(Type:=xlLinkTypeExcelLinks)

If Not IsEmpty(WBlinks) Then
    For A = UBound(WBlinks) To 1 Step -1
        ActiveWorkbook.BreakLink Name:=WBlinks(A), Type:=xlLinkTypeExcelLinks
    Next A
End If

End Sub

Open Action Center by clicking the Start button Picture of the Start button, clicking Control Panel, and then, under System and Security, clicking Review your computer's status.

Make sure your computer has at least the minimum amount of random access memory (RAM) required to run the program that is displaying the error. Look for the program requirements online or in the packaging information.

Recommended Method to Fix the Problem: Copy/Paste Values across entire workbook:

How to Fix Copy/Paste Values across entire workbook with SmartPCFixer?

1. Download Error Fixer. Install it on your computer.

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 finished, the speed of your computer will be much higher than before and the errors have been fixed. You can also use other functions in SmartPCFixer. Like dll downloading, junk file cleaning 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: Tech Support: Control panel showing up blank,[Solved] Constant shut down hangups.,Troubleshooting:Constant \"This page can't be displayed\" message after IE10 was updated to IE11,Continually offered updates: KB979909, KB982168, KB982524 [Solved],How to Fix Error - Connection to Internet Explorer has ended before I decide?,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