+ Reply to Thread
Results 1 to 3 of 3

Problem with creating "Past using text wizard"

Hybrid View

  1. #1
    Registered User
    Join Date
    10-07-2011
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    54

    Problem with creating "Past using text wizard"

    Dear all,

    Since I need to past the text by using "Past using text wizard" quite often, so I would like to
    create a macro for automatic past for me (as shown below).

    text: ABC
    I would like to put: A(in A1) B(in B1) and C (in C1)



    My problem is I couldn't create a macro by "Record macro" option. I would like to ask if there is another way to do this.

    Thanks,
    Last edited by copythat; 10-11-2011 at 04:55 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Problem with creating "Past using text wizard"

    Something like
    Range("A1").Text = "A"
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Registered User
    Join Date
    10-07-2011
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    54

    Re: Problem with creating "Past using text wizard"

    Thanks!!!

+ 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