Thread: Dynamic Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johannes[_2_] Johannes[_2_] is offline
external usenet poster
 
Posts: 1
Default Dynamic Form

How can i create dynamic forms?
This is how my workbook is setup:
I have multiple sheets containing people info. Some area of info is marked
with red background color. Those are the once iam looking. So macro should
start from first sheet and look that region through and collect all red cell
info into a form and after that there should be chekcbox and if its chekcked
it changes that colour.
So that form can be any size and different number of checkboxes.
Thanks