View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_2_] Harald Staff[_2_] is offline
external usenet poster
 
Posts: 449
Default Grouping Cells???

Sorry, fell out of edit: Start with a look at worksheet protection and
passwords.

Best wishes Harald


"Harald Staff" wrote in message
...
Hi Noob

Yeah, blame your users <g. You should as a developer be able to make
something that a user can't misunderstand and also can't break.

Best wishes Harald


"Noob McKnownowt" wrote in
message ...
Thanks Harald and Mike,

unfortunatley i work with some.....less than computer literate people and
because staff levels are constantly changing i must avoid using formulas,
because my colleagues ruin them, so i am doing everything in code in VBA,
i
was just looking for a way of grouping two cells together that would give
me
a bit more control than the range system i was using, i have figured a
work
around out so i will see where that takes me.

but like i said thanks very much for the input, and if what i try don't
work, i'll be back :)

The Noob.