View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pramod pramod is offline
external usenet poster
 
Posts: 1
Default Declaration of array

i am trying to create a macro which will delete the excel rows based on some
values. i have kept some check boxes
Eg: checkbox1, checkbox2,checkbox3 are there in the macro code
if the user has checked the box1 & 3 then we have to keep only the rows
which as the checkbox1.caption and checkbox3.caption.

please let me know a way to resolve this