• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member

How to Activate or Deactivate the function - Group using the VBA with Specific Text|VBA & Macros|Excel Forum|My Online Training Hub

You are here: Home / How to Activate or Deactivate the function - Group using the VBA with Specific Text|VBA & Macros|Excel Forum|My Online Training Hub

vba course banner

Avatar
sp_LogInOut Log In sp_Registration Register
sp_Search Search
Advanced Search|Last Search Results
Search
Forum Scope




Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
sp_RankInfo
Lost password?
sp_CrumbsHome HomeExcel ForumVBA & MacrosHow to Activate or Deactivate the f…
sp_PrintTopic sp_TopicIcon
How to Activate or Deactivate the function - Group using the VBA with Specific Text
Avatar
A.Maurizio
Member
Members
Level 0
Forum Posts: 202
Member Since:
June 26, 2016
sp_UserOfflineSmall Offline
1
April 3, 2020 - 9:37 pm
sp_Permalink sp_Print

Hello everyone, my name is Maurizio
and my problem is this:
On an excel sheet I inserted three CheckBoxes connected to three Different Cells. Which are: (A2); (A4); (A6) which simply have the function of writing in these cells (True; False)

Hora my question is this: There would be the possibility to Activate or Deactivate the Excel Function (Group).

I'll explain :
 If in Cell (A2) - (A4) - (A6)
The word "True" appears in the procedure. The function (Group) should only be activated for the columns (B9: i15); (J9: P15); (Q9: W15)
The problem But that should be observed and that the cell "False" is reported in cell (A2) and I press the "Group Off" button it works well for me.
But it doesn't work with everyone else because.

(P.s) I offer you as always my test file
Thanks to all those who want to help me out
Greetings from A.Maurizio

sp_AnswersTopicSeeAnswer See Answer
Avatar
Purfleet
England
Member
Members


Trusted Members
Level 4
Forum Posts: 414
Member Since:
December 20, 2019
sp_UserOfflineSmall Offline
2
April 4, 2020 - 4:48 pm
sp_Permalink sp_Print

are you saying the red button is not ungrouping?

I had a quick look at your code and i think there might be 2 problems.

1) you had the if then exit sub on 1 line, therefore the code was finding the first false and just exiting the code
2) you had the first line as on error goto finish, so any error would just exit the sub

Rather check if any cells are false to turn off the grouping could you just turn them all off as a default? if you use On Error Resume Next the code will continue until complete 

Something like the below? this also unchecks all the check boxes

Sub Ripristina2()

On Error Resume Next

Range("Tabella1[[Week 1]:[Week 7]]").Select
Foglio1.Range("C9:I15").Select
Selection.Columns.Ungroup

Range("Tabella1[[Week 8]:[Week 14]]").Select
Foglio1.Range("J9:P15").Select
Selection.Columns.Ungroup

Range("Tabella1[[Week 15]:[Week 21]]").Select
Foglio1.Range("Q9:W15").Select
Selection.Columns.Ungroup

With ActiveSheet
.Shapes("Check Box 3").ControlFormat.Value = False
.Shapes("Check Box 1").ControlFormat.Value = False
.Shapes("Check Box 2").ControlFormat.Value = False
End With

'Foglio1.Range("A1").Select
On Error GoTo 0

End Sub

sp_AnswersTopicAnswer
Answers Post
Avatar
A.Maurizio
Member
Members
Level 0
Forum Posts: 202
Member Since:
June 26, 2016
sp_UserOfflineSmall Offline
3
April 5, 2020 - 1:55 am
sp_Permalink sp_Print

Hi Purfleet
Thank's for your job
Surely without you, I would never have been able to solve it, because it's all yesterday that I tried and tried again but without solving anything.
Now it works wonderfully
Greetings and thanks once again from A.Maurizio

sp_Feed
Go to top
Forum Timezone: Australia/Brisbane
Most Users Ever Online: 245
Currently Online: Riny van Eekelen, Kumud Patel, Bright Asamoah
Guest(s) 7
Currently Browsing this Page:
1 Guest(s)
Top Posters:
SunnyKow: 1432
Anders Sehlstedt: 873
Purfleet: 414
Frans Visser: 346
David_Ng: 306
lea cohen: 222
Jessica Stewart: 218
A.Maurizio: 202
Aye Mu: 201
jaryszek: 183
Newest Members:
Gilbert Lemek
Ashleigh Farquharson
Jayz Luu
Fred Smith
Charles DeGraffenreaid
Cathi Giard
Sarah Young
Henry Delgado
Alita Nieuwoudt
KL KOH
Forum Stats:
Groups: 3
Forums: 24
Topics: 6360
Posts: 27812

 

Member Stats:
Guest Posters: 49
Members: 32340
Moderators: 3
Admins: 4
Administrators: Mynda Treacy, Philip Treacy, Catalin Bombea, FT
Moderators: MOTH Support, Velouria, Riny van Eekelen
© Simple:Press —sp_Information

Sidebar

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook
 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate

Support

  • Contact
  • Forum
  • Helpdesk - For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.