View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Complete Excel App? Advantages?

Just my opinion, but it would appear:
Some people feel like they need to control the user (assumption is the user
is dumb, malicious, or a screw up - can't follow instructions). Another
factor might be that the process designed into the APP is very sequential
and rigid.

--
Regards,
Tom Ogilvy



"George" wrote in message
...
Is there any inherent advantage in designing an App in Excel with custom
menus, toolbars, worksheet data validation, taking control of the UI from
the user etc etc? To me, it appears to be a wasted effort with more time
spent keeping the user away from the UI of Excel than developing program
logic. However, I am aware that this has/is being done. The Apps I have
seen with this setup seem to lack a 'professional' look and feel. What is
the logic behind selecting this setup?