Results 1 to 10 of 15

Thread: Transfering Data From Userform To Sheet Under Relevant Column And Row

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member
    Join Date
    Mar 2013
    Posts
    107
    Rep Power
    14
    Thanks

    I get an error - subscript out of range

    I think it may have to do with the sheet names....

    I changed the sheet names in code but still error

    Thanks

    Paul
    Attached Files Attached Files

  2. #2
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    14
    Makes sence. Where is this sheet.
    Code:
        With Worksheets("LENTICULAR-MEMBRANES")
            .Unprotect Password:="1357"
            .Protect UserInterfaceOnly:=True, Password:="1357"
        End With
    Also you use the Tag-property to check for empty objects but in not one object you've filled in the Tag-property. In this case this will never work properly.

Similar Threads

  1. Replies: 30
    Last Post: 07-19-2013, 07:52 AM
  2. Replies: 8
    Last Post: 07-01-2013, 03:52 PM
  3. Group Pivot Data Based On Row Values In One Column
    By mrmmickle1 in forum Excel Help
    Replies: 10
    Last Post: 10-09-2012, 11:46 PM
  4. Copy Row To A New Sheet If A Value Found In Adjacent Column
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 4
    Last Post: 08-17-2012, 05:42 PM
  5. Finding Last Used Row or Column In Excel Sheet
    By Rasm in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 04-14-2011, 03:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •