+ Reply to Thread
Results 1 to 10 of 10

Delete a row in a different workbook

  1. #1
    Registered User
    Join Date
    12-21-2006
    MS-Off Ver
    Office 2013
    Posts
    73

    Delete a row in a different workbook

    I am trying to delete a row in a workbook, from another workbook. How do I go about getting access to the properties of one workbook from another?

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Delete a row in a different workbook

    Hello enphynity,

    To perform operations on another open workbook, fully qualify your object reference. Here is an example that will delete row 2 in "Book2" from code in "Book1".
    Please Login or Register  to view this content.

    If a workbook has already been saved, be sure to add the workbook's extension (.xls, .xlt, xlsx, etc.).
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    12-21-2006
    MS-Off Ver
    Office 2013
    Posts
    73

    Re: Delete a row in a different workbook

    Thanks a bunch! I have another question though. How can I use the file name given from the Application.getopenfilename function to use in the above code?

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Delete a row in a different workbook

    Hello enphynity,

    That's a broad question. Can you tell more about what you want to do?

  5. #5
    Registered User
    Join Date
    12-21-2006
    MS-Off Ver
    Office 2013
    Posts
    73

    Re: Delete a row in a different workbook

    I want to allow someone to open 2 workbooks with the application.getopenfilename function, and then format data in the first book to import into the second book. I am avoiding putting code into the second book because it will be sent to people that may or may not be able to open it because of macro security issues. So basically one workbook will be one with all the code and the other 2 will be code free.

  6. #6
    Registered User
    Join Date
    12-21-2006
    MS-Off Ver
    Office 2013
    Posts
    73

    Re: Delete a row in a different workbook

    bump.......

  7. #7
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Delete a row in a different workbook

    Hello enphynity,

    This macro will copy "Sheet1" of the main workbook (the one with the macro) to the active sheet of the workbook opened by the user.
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    12-21-2006
    MS-Off Ver
    Office 2013
    Posts
    73

    Re: Delete a row in a different workbook

    Thank you so much!

  9. #9
    Registered User
    Join Date
    12-21-2006
    MS-Off Ver
    Office 2013
    Posts
    73

    Re: Delete a row in a different workbook

    Actually, I do have one more question. How do I go about putting the filename retrieved from the application.getopenfilename into the "Set DstWkb = Workbooks.Open(Filename)" line?
    Last edited by enphynity; 10-25-2010 at 05:50 PM.

  10. #10
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: Delete a row in a different workbook

    Hello enphynity,

    Sorry, that line should read...
    Please Login or Register  to view this content.

+ 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