Results 1 to 13 of 13

Limit replication of coding inside spreadsheet

Threaded View

  1. #1
    Registered User
    Join Date
    09-10-2014
    Location
    Newcastle, England
    MS-Off Ver
    2010
    Posts
    8

    Limit replication of coding inside spreadsheet

    Hi all, I'll start with the good news, in that I have managed to get all the VBA to work just how I want it to. My problem is that now every tie I need to edit the sheet or moving things round/add rows etc I need to make onerous modifications to the code!!

    Basically I wasn't smart enough when I set up my coding at the start.

    I have 30 checkboxes which control different rows. They are all sequential rows or groups of rows but no consistency in the number of rows in each group. I.e. 1-6 in one group, 7-10 in another 11-25 in the next etc.

    I have used the following code to achieve what I was hoping for on my spread sheet:

    Private Sub CheckBox1_Click()
    'aminebloom checkbox
    If Sheets("Sheet1").CheckBox1.Value = False Then
            Sheets("Sheet1").Rows("60:75").EntireRow.Hidden = True
          Else
             Sheets("Sheet1").Rows("60:75").EntireRow.Hidden = False
          End If
    End Sub
    As you can see each sub has the row numbers written in twice, which need to be edited twice every time something changes on my sheet.

    Is there a way that I can pre-define the groups of rows I want in one place, then get the code of each of the 30 checkboxes to refer to that?

    I'm confident that it can be done, just not sure what the best way of doing it is? I do appreciate that I'll have to modify the code of each of the 30 checkboxes, but hopefully after this any modifications will be simpler!!!!


    Most appreciated of any advice or help that can be offered
    Regards

    Paul
    Last edited by alansidman; 09-15-2014 at 12:52 PM. Reason: code tags added

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] moving my cursor inside the same spreadsheet
    By DixieDoll11 in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 02-06-2014, 04:53 PM
  2. [SOLVED] Generate a spreadsheet, which contains code inside?
    By kaligad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-21-2013, 05:19 AM
  3. Replies: 17
    Last Post: 10-22-2010, 04:20 AM
  4. coding to add values until a certain limit
    By dan2010 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-16-2010, 05:18 AM
  5. [SOLVED] Looking for inside sale compensation spreadsheet
    By cgphx in forum Excel General
    Replies: 0
    Last Post: 03-23-2005, 01:06 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