Results 1 to 5 of 5

Macro to Copy & Paste

Threaded View

  1. #1
    Registered User
    Join Date
    02-06-2012
    Location
    NYC, US
    MS-Off Ver
    Excel 2010
    Posts
    19

    Macro to Copy & Paste

    I have a bunch of formulas in D10:P10 that I want pasted on a row specified by the user.

    Note: theRow is a number that has already been specified by the user by working code.
    The following code gives me an "object doesn't support this property or method" error.

    Sheet1.Range("D10:P10").Select
    Selection.Copy
    Sheet1.Range("D" & theRow & ":P" & theRow).Paste
    Last edited by juliorevka; 03-06-2012 at 03:03 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1