Results 1 to 37 of 37

userform with looping code

Threaded View

00Able userform with looping code 02-02-2011, 09:43 PM
Marcol Re: userform with looping code 02-02-2011, 09:53 PM
00Able Re: userform with looping code 02-02-2011, 10:40 PM
pike Re: userform with looping code 02-03-2011, 07:21 AM
Marcol Re: userform with looping code 02-03-2011, 09:30 AM
00Able Re: userform with looping code 02-03-2011, 08:18 PM
pike Re: userform with looping code 02-03-2011, 11:54 PM
00Able Re: userform with looping code 02-04-2011, 07:27 AM
Marcol Re: userform with looping code 02-04-2011, 09:01 AM
00Able Re: userform with looping code 02-05-2011, 10:40 AM
Marcol Re: userform with looping code 02-05-2011, 11:27 AM
00Able Re: userform with looping code 02-06-2011, 02:54 PM
Marcol Re: userform with looping code 02-06-2011, 03:48 PM
00Able Re: userform with looping code 02-06-2011, 05:20 PM
Marcol Re: userform with looping code 02-08-2011, 10:14 AM
00Able Re: userform with looping code 02-09-2011, 09:17 PM
Marcol Re: userform with looping code 02-09-2011, 09:56 PM
00Able Re: userform with looping code 02-10-2011, 09:11 PM
Marcol Re: userform with looping code 02-11-2011, 01:02 PM
00Able Re: userform with looping code 02-12-2011, 02:04 PM
00Able Re: userform with looping code 02-13-2011, 04:39 PM
Marcol Re: userform with looping code 02-17-2011, 01:37 PM
00Able Re: userform with looping code 02-18-2011, 06:39 AM
00Able Re: userform with looping code 02-18-2011, 08:12 PM
Marcol Re: userform with looping code 02-19-2011, 11:24 AM
00Able Re: userform with looping code 02-19-2011, 09:25 PM
00Able Re: userform with looping code 02-19-2011, 11:09 PM
Marcol Re: userform with looping code 02-20-2011, 04:47 AM
00Able Re: userform with looping code 02-20-2011, 10:49 AM
Marcol Re: userform with looping code 02-20-2011, 12:35 PM
00Able Re: userform with looping code 02-20-2011, 02:49 PM
Marcol Re: userform with looping code 02-20-2011, 03:59 PM
00Able Re: userform with looping code 02-20-2011, 06:14 PM
Marcol Re: userform with looping code 02-20-2011, 08:32 PM
00Able Re: userform with looping code 02-20-2011, 08:55 PM
pike Re: userform with looping code 02-22-2011, 05:25 AM
00Able Re: userform with looping code 02-22-2011, 09:10 PM
  1. #25
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: userform with looping code

    1/. If you change a sheet name you wiil have to change the code throughout, Find and Replace in VBa is the easiest way. (Any forrmulae will take care of themselves)

    2/. I think I have found the bug when changing the Names List and it should be okay now
    To change the names in the lookup list change or paste in whatever you need, make sure the list is continuous, don't leave any blank cells in the list. Sort the list alphabetically if you wish.

    If the list has less than 90 names you will not be able to fill the entire table, if there are more than 90 then you will have some left in the drop-down list when the table is filled.

    I have added conditional formatting to make the text turn red if a name is deleted from the list but is still in the Log ( This will only work for 2007 on as it stands)

    3/. I assumed you would not want to delete the entire log on a regular basis, but if you do just clear all the data except the headers. Avoid deleting rows I haven't addressed that scenario and it could well break the Named Ranges


    This will still need debugging, so please check things step at a time so that errors can be easier to trace.

    I will check it out in 2003 when I get the chance, but I don't have access to a machine at the moment. I don't think you need combine the sheets, the validation lists are VBa generated, but I will test in 2003 later.

    Have fun....
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

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