Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default RefEdit problems


Im struggling with the following:

Userform1 in sheet1 loads userform2 in sheet2...userform2 contain
scroll, zoom & RefEdit options on it..._terminating() userform2 load
userform1 in sheet1 again..."cycle thing"...the cycle works perfectl
every time when i use both the scroll and zoom options on userform2 bu
when i use the RefEdit option on userform2 and when i then terminatin
userform2 it loads again userform1 and goes into a stalling / hangin
mode....??

I would like to link in a later stage the RefEdit information to
printing option...

I would appreciate some advice...thanks

Thanks
Theun

--
T.c.Goosen197
-----------------------------------------------------------------------
T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...fo&userid=3589
View this thread: http://www.excelforum.com/showthread.php?threadid=55807

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default RefEdit problems

the refedit is a very problematic control.

there's hardly any documentation.
it will not work in modeless forms

it will present problems with focus (and out of sequence event
triggering) if contained in anything but the userform itself.

If possible: use a dialog. application.inputbox(type:=8)
If not: put it directly on the form, not inside a container
(frame/multipage etc)
Debugging:

Trace the refedit's exit event.
It MUST occur before you hide or close your userform.



--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


T.c.Goosen1977 wrote in
<news:<T.c.Goosen1977.2aew7b_1152001202.5035@excel forum-nospam.com


Im struggling with the following:

Userform1 in sheet1 loads userform2 in sheet2...userform2 contains
scroll, zoom & RefEdit options on it..._terminating() userform2 loads
userform1 in sheet1 again..."cycle thing"...the cycle works perfectly
every time when i use both the scroll and zoom options on userform2
but when i use the RefEdit option on userform2 and when i then
terminating userform2 it loads again userform1 and goes into a
stalling / hanging mode....??

I would like to link in a later stage the RefEdit information to a
printing option...

I would appreciate some advice...thanks

Thanks
Theuns

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default RefEdit problems


Hi, keepITcool you are the 1st to respond in 2 days... i got no response
from the group regarding my problem...your 1st part is greek to me but
debugging makes sense in tracing the Refedit exit before terminating
the userform...but i still don't know how to do it because the moment
of stalling there is no debugging response?... is it possible to send u
a small .xls file regarding a RefEdit problem...i would really
appriciate some advice.

Thanks
Theuns


--
T.c.Goosen1977
------------------------------------------------------------------------
T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895
View this thread: http://www.excelforum.com/showthread...hreadid=558070

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default RefEdit problems


Is your refedit directly on the form?
(or is it in a container like a multipage or frame)

I've recently had to make this work for a refedit
contained in a frame on a multipage...

i did following (and it's plenty of code, testing and debugging....)

on RefEdit ENTER

disable queryclose
disable all controls on the userform except activepage
disable all controls on the active page except the frame
disable all controls in the frame except the refedit
ENABLE ONE button in the frame.
(user MUST click on this button to get out of the refedit..
which triggers the EXIT event that reverses the above...


I had to do this, and it was no joke.

The RefEdit is a control I'd avoid like the plague.
(however sometimes you can't)


See the question at the top of this post.
IF it's directly on the userform then YES i will help you find out
where it goes wrong and probably what to do about it..
IF its' directly on the userform then mail me an example. My email is
in my signature just add the @ and . in the appropriate places.

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


T.c.Goosen1977 wrote in
<news:<T.c.Goosen1977.2af0lo_1152006903.4694@excel forum-nospam.com


Hi, keepITcool you are the 1st to respond in 2 days... i got no
response from the group regarding my problem...your 1st part is greek
to me but debugging makes sense in tracing the Refedit exit before
terminating the userform...but i still don't know how to do it
because the moment of stalling there is no debugging response?... is
it possible to send u a small .xls file regarding a RefEdit
problem...i would really appriciate some advice.

Thanks
Theuns

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default RefEdit problems

Hi Theuns,

you are the 1st to respond in 2 days


See:

http://tinyurl.com/zvr3q


---
Regards,
Norman




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default RefEdit problems


keepITcool, it sounds like you know what you're talking about when it
comes to RefEdit problems....i would like to mail the small .xls file
(the Refedit control is in the userform) to you but i struggle to
understand your email adress. is it keepITcool at google.com?


--
T.c.Goosen1977
------------------------------------------------------------------------
T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895
View this thread: http://www.excelforum.com/showthread...hreadid=558070

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default RefEdit problems

try AT chello.nl

--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


T.c.Goosen1977 wrote in
<news:<T.c.Goosen1977.2af3m0_1152010803.2829@excel forum-nospam.com

is it keepITcool at google.com?

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 problems T.c.Goosen1977[_22_] Excel Programming 2 July 3rd 06 05:18 PM
RefEdit ??? T.c.Goosen1977[_21_] Excel Programming 0 July 3rd 06 03:11 PM
RefEdit ??? T.c.Goosen1977[_20_] Excel Programming 0 July 3rd 06 03:06 PM
RefEdit [email protected] Excel Programming 3 March 13th 06 12:53 AM
RefEdit daMike[_2_] Excel Programming 3 December 13th 03 07:31 PM


All times are GMT +1. The time now is 11:03 AM.

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

About Us

"It's about Microsoft Excel"