Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > VBA / Office Integration > Excel > linking checkbox to the row it is on?


Reply
 
Thread Tools Display Modes
  #1  
Old 02-23-2012, 09:12 AM
sixfoursgirl sixfoursgirl is offline
Regular
 
Join Date: Feb 2008
Posts: 59
Default linking checkbox to the row it is on?


What I'm trying to do -

I have a checkbox on cells b6 through b100. I'd like to be able to clear or insert employee schedules based on which checkbox is checked/unchecked. I've figured everything out except for how to write code that will work for all rows... I really don't want to write 94 different macros for each row. I don't know if there is any way of using the location of the checkbox... kind of thinking no as technically you could put a checkbox in between or covering multiple cells.

For example, if the checkbox was in cell b12, I'd want to clear J12:BE12. Problem is, the active cell might be K37, in which case the macro would clear range J37:BE37. Anyone have any ideas? Thanks.

Sub clear_schedule()

Range("J" & ActiveCell.Row & ":BE" & ActiveCell.Row & "").ClearContents

End Sub
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->