M
marksuza
Hi, I was wondering if you guys could help me with something. I have t
create a column with several checkboxes, all linked to a respectiv
cell. My idea is something like this:
count=1
cell=1
Do
create checkbox in 'A'cell
link checkbox to 'A'cell
count= count +1
cell = cell +1
while count <> 1000
Can anyone help me with the syntax?
Thanks a lot
Mar
create a column with several checkboxes, all linked to a respectiv
cell. My idea is something like this:
count=1
cell=1
Do
create checkbox in 'A'cell
link checkbox to 'A'cell
count= count +1
cell = cell +1
while count <> 1000
Can anyone help me with the syntax?
Thanks a lot
Mar