Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Help: Looking for the replacement of RefEdit control

Hi,

I am looking for the replacement of RefEdit which is using by Excel for its
worksheet functions. The RefEdit comes with Excel 2000 doesn't allow to
select any sheet in other workbook.

Thank you for any information.

Jerry


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Looking for the replacement of RefEdit control

There is not replacement for the refedit control

You can get similar functionality by using

set rng = Application.Inputbox("prompt",type:=8)

see help on Application.Inputbox (rather than the vba inputbox).

--
Regards,
Tom Ogilvy

"Jerry Louis" wrote in message
...
Hi,

I am looking for the replacement of RefEdit which is using by Excel for

its
worksheet functions. The RefEdit comes with Excel 2000 doesn't allow to
select any sheet in other workbook.

Thank you for any information.

Jerry




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Looking for the replacement of RefEdit control

Thanks Tom.

Even it cannot work as the Excel counterpart, it works better than RefEdit
when people need select a range in a different workbook. It also check the
validation of the inputed range.

"Tom Ogilvy" wrote in message
...
There is not replacement for the refedit control

You can get similar functionality by using

set rng = Application.Inputbox("prompt",type:=8)

see help on Application.Inputbox (rather than the vba inputbox).

--
Regards,
Tom Ogilvy

"Jerry Louis" wrote in message
...
Hi,

I am looking for the replacement of RefEdit which is using by Excel for

its
worksheet functions. The RefEdit comes with Excel 2000 doesn't allow to
select any sheet in other workbook.

Thank you for any information.

Jerry






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
Selecting dates from ListBoxes by using RefEdit Control wpllc2004 Excel Programming 3 April 21st 04 07:36 AM
Shift-Control Arrow and RefEdit Control? Ariel[_2_] Excel Programming 12 January 6th 04 11:10 PM
RefEdit daMike[_2_] Excel Programming 3 December 13th 03 07:31 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 06:55 AM.

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"