Hi, This is a simple question and the answer may be obvious but my Activity_Create sub is becoming quite large so is it good practice to separate the code into a number of subs and call them from Activity_Create? I assume that this wouldn't significantly add to the time to start the app? Thanks