View Single Post
  #1   Report Post  
Rob
 
Posts: n/a
Default Application prefix or not

when creating some code, via the record macro function I find that
sometimes, for it to run succesfully, I need to add "Application"
immediately before some of the lines.

eg. Range ("A1") would become Application.Range ("A1") for that line to be
accepted.
Can someone tell me why, and what the rule is here?

Rob