Thread: Two questions
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
P. Dileepan[_2_] P. Dileepan[_2_] is offline
external usenet poster
 
Posts: 10
Default Two questions

[1] When I run the code with a user form with RefEdit
controls, when I click in the worksheet to highlight cell
ranges, the arrow keys, Control-Home key, etc. are not
working. Is there a setting that I have to initialize in
the code?

[2] I am using Application.Run "ATPVBAEN.XLA!Regress"
and it works fine. I want to know whether I have to give
only Range objects for Y and X range. Can I give array
objetcs for Y and X range?

Thank you.

-- Dileepan