+ Reply to Thread
Results 1 to 2 of 2

How to copy cells value and not formula

Hybrid View

  1. #1
    kaiserlich
    Guest

    How to copy cells value and not formula

    Hi there,

    i found something like this to copy a cell in a worksheet to another
    worksheet:

    Cells(1, 1).Copy Destination:=Worksheets("Sheet2").Cells(1, 1)

    This works fine for me for all field expect formula. I wanna copy the Value
    of this field but it copies the formula. How can i do this?

    Thank you for your advice!

    Greetz kaiserlich

  2. #2
    Bob Phillips
    Guest

    Re: How to copy cells value and not formula

    Cells(1, 1).Copy
    Worksheets("Sheet2").Cells(1, 1).PasteSpecial Paste:=xlPasteValues


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "kaiserlich" <[email protected]> wrote in message
    news:[email protected]...
    > Hi there,
    >
    > i found something like this to copy a cell in a worksheet to another
    > worksheet:
    >
    > Cells(1, 1).Copy Destination:=Worksheets("Sheet2").Cells(1, 1)
    >
    > This works fine for me for all field expect formula. I wanna copy the

    Value
    > of this field but it copies the formula. How can i do this?
    >
    > Thank you for your advice!
    >
    > Greetz kaiserlich




+ Reply to Thread

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