Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default passing range from RefEdit control

Greg,

Try:

Set rngX = Range(RefEdit_inputx.Value)

hth,

Doug


"Greg" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Refedit Control chubrebous Excel Programming 0 March 5th 06 09:46 PM
RefEdit control Dave[_59_] Excel Programming 0 August 8th 05 11:23 PM
RefEdit control Tim[_39_] Excel Programming 2 August 10th 04 07:02 PM
Shift-Control Arrow and RefEdit Control? Ariel[_2_] Excel Programming 12 January 6th 04 11:10 PM
RefEdit control bug Dag Johansen[_6_] Excel Programming 1 October 20th 03 12:32 PM


All times are GMT +1. The time now is 03:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"