+ Reply to Thread
Results 1 to 2 of 2

Urgent, please help, code modification, find next, find, vba

  1. #1
    Registered User
    Join Date
    06-25-2015
    Location
    india
    MS-Off Ver
    2007
    Posts
    1

    Exclamation Urgent, please help, code modification, find next, find, vba

    Hi Guys,

    I am new to VBA. I have been trying to develop a tool using VBA. For this tool I require to capture specific tags or numbers from one sheet and print the address of that specific number in another sheet. I am trying to pick these tags from an entire column from sheet 1 and print the desired tag address in the second sheet.

    ISSUE:
    I am able to find all the addresses of the required tags.
    BUT while printing them in the second sheet. I am able top print it only one cell. I want each address to be printed in a different cell.

    EXAMPLE:-

    Lets say the addresses of the tags in sheet 1 are :A12,A13,A14,A15

    While printing in second sheet : Lets say in Cell B1
    It's printing as "A12,A13,A14,A15" in one cell B1
    where as I want it to print as
    Range("B1")=a12
    Range("B2")=a13
    Range("B3")=a14

    And automate it using VBA.

    I have attached the code below.

    Your help would be really appreciated.

    I have been trying too hard but nothing seems to work out.



    Thanks in Advance,
    Rohit







    Please Login or Register  to view this content.
    [/CODE]
    Last edited by rojoseph; 06-25-2015 at 07:07 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Using FIND and FIND NEXT to Capture Address of specific Tags and print the address

    Welcome to the forum.

    We'd like to help you but first..

    Pls take some minutes to read forum rules and specially-in this case- rule#3 and add code tags around your code.
    Then anyone will be able to help you.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Find cell address of specific text
    By DMumme in forum Excel General
    Replies: 3
    Last Post: 05-13-2015, 07:10 PM
  2. Replies: 1
    Last Post: 10-14-2014, 07:17 AM
  3. Using macro to find email address in address book of Outlook
    By danfullwood in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-22-2014, 06:48 AM
  4. [SOLVED] Use address of named range to find same address in another worksheet
    By dwsteyl in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-08-2013, 04:56 PM
  5. Replies: 1
    Last Post: 03-08-2012, 01:57 PM

Tags for this Thread

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