+ Reply to Thread
Results 1 to 3 of 3

vba query

  1. #1
    Madhu
    Guest

    vba query

    What is the vba code for pasting a value in the active cell
    thanks
    Madhu



  2. #2
    Mangesh Yadav
    Guest

    Re: vba query

    Range("A1").Copy
    ActiveCell.PasteSpecial


    Mangesh



    "Madhu" <[email protected]> wrote in message
    news:#[email protected]...
    > What is the vba code for pasting a value in the active cell
    > thanks
    > Madhu
    >
    >




  3. #3
    Bob Phillips
    Guest

    Re: vba query

    if doing the copy then you can just use

    Activecell.Value = range("A1").Value

    --
    HTH

    Bob Phillips

    "Mangesh Yadav" <[email protected]> wrote in message
    news:[email protected]...
    > Range("A1").Copy
    > ActiveCell.PasteSpecial
    >
    >
    > Mangesh
    >
    >
    >
    > "Madhu" <[email protected]> wrote in message
    > news:#[email protected]...
    > > What is the vba code for pasting a value in the active cell
    > > thanks
    > > Madhu
    > >
    > >

    >
    >




+ 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