|
-
VBA, Excel-Copy value only of cells from one worksheet to another worksheet
Goal: Copy the value only (not formulas) of a range of cells (B2:Y34) from Worksheet 6 to Worksheet7
Existing VBA code:
Sub Copy_Data()
Application.ScreenUpdating = False
Worksheets("Sheet6").Range("B2:Y34").Value = ActiveSheet("Sheet7").Range("B2:Y34").Value
Application.ScreenUpdating = True
End Sub
If anyone would be able to point me in the right direction I would greatly appreciate it. I am having trouble pinpointing and resolving the gliche.
Similar Threads
-
By thegeeber in forum VB Classic
Replies: 11
Last Post: 04-03-2009, 11:52 PM
-
By damien_carr in forum VB Classic
Replies: 0
Last Post: 01-29-2009, 04:29 PM
-
By Hack in forum VB Classic
Replies: 0
Last Post: 01-06-2009, 09:44 AM
-
By slimasian in forum .NET
Replies: 0
Last Post: 05-15-2008, 04:24 PM
-
Replies: 3
Last Post: 06-25-2007, 07:30 AM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks