+ Reply to Thread
Results 1 to 4 of 4

Open only data to first sheet

  1. #1
    Registered User
    Join Date
    09-18-2017
    Location
    Singapore
    MS-Off Ver
    2010
    Posts
    13

    Open only data to first sheet

    Hi all,

    I'm trying to have a macro that will copy the whole row containing "open" on sheets 2 onwards into sheet 1(MASTER). also, is it possible for it to be not case sensitive? meaning as long as it contains the word "open", it will copy the whole row into sheet 1.

    The restriction i have is i cant use any excel add-ins or other programs because im using a company laptop and i dont have administrator access.

    Thank you all in advance.

    Kindest regards,
    Niu
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Open only data to first sheet

    Please Login or Register  to view this content.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Registered User
    Join Date
    09-18-2017
    Location
    Singapore
    MS-Off Ver
    2010
    Posts
    13

    Re: Open only data to first sheet

    Hi,

    It works but there's something missing. I need the macro to delete master and recopy everything again otherwise i'll have duplicate data.

    Thanks for your help,

    Regards
    Niu

  4. #4
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Open only data to first sheet

    Please Login or Register  to view this content.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

+ 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. Open Data Entry Sheet That Protected
    By Jhon Mustofa in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-08-2017, 11:37 AM
  2. Replies: 0
    Last Post: 05-27-2013, 05:28 AM
  3. Open a sheet to view data instead of printing it off
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-18-2010, 03:05 AM
  4. Open window with data from other sheet
    By philmetz in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 08-17-2009, 11:37 AM
  5. VBA Copying data on closed sheet to open Workbook.
    By Mase123y in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 07-20-2009, 12:21 PM
  6. Replies: 17
    Last Post: 05-19-2009, 11:34 AM
  7. Open Sheet, Run Macro, Extract data
    By CLR in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-13-2005, 08:55 PM

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