View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg Greg is offline
external usenet poster
 
Posts: 331
Default passing range from RefEdit control

Hi,

I'm getting error in the following code:
'________________________
Dim rngX As Range, rngY As Range

Set rngX = RefEdit_inputx.Value
Set rngY = RefEdit_inputy.Value
'_________________________

What am I doing incorrect?
Appreciate your help.

--
______
Regards,
Greg