Results 1 to 7 of 7

How can I paste value from a variable with Destination:=

Threaded View

  1. #1
    Registered User
    Join Date
    11-10-2007
    Location
    Sweden
    Posts
    32

    How can I paste value from a variable with Destination:=

    I have a macro that copy values from sheets to a summary sheet (OutSh)

    For that I use this line, as an example:

    Range("B2").Copy Destination:=OutSh.Cells(rows.Count, 1).End(xlUp).Offset(1, 1)
    That is working fine, but how can I take the value from a String variable, Temp2 and "paste" it the same way?

    I want to use this method.
    Destination:=OutSh.Cells(rows.Count, 1).End(xlUp).Offset(1, 1)
    Thanks
    Last edited by VBA Noob; 08-12-2008 at 01:15 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