#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default link broke

Hi, I hope this makes sense. I have live data fed into sheet1. I have
code in Worksheet-change. When the cide fires I use
Application.enableEvents = false - do my calcs - then reset Events to
true. My data starts at range("a8"), results of calcs are displayed in
range("a4"). Today it started ok, link was working fine. Until, I
decided I wanted my data to start at range("a2"). So, before
connecting the live data, I deleted the existing data, saved the
workbook then connected the live data. The connection doesnt work now.
Ive tried reinstalling excel, the program that collects the dat etc.
Is there away to check that I ve enabled events propely.
Regards Robert

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,117
Default link broke

any new computer hardware installed? i had this problem recently &
finally discovered that with a new computer, the computer guy had
changed my link to the server from "c" to "z".
susan

On Jan 31, 5:44 am, "RobcPettit" wrote:
Hi, I hope this makes sense. I have live data fed into sheet1. I have
code in Worksheet-change. When the cide fires I use
Application.enableEvents = false - do my calcs - then reset Events to
true. My data starts at range("a8"), results of calcs are displayed in
range("a4"). Today it started ok, link was working fine. Until, I
decided I wanted my data to start at range("a2"). So, before
connecting the live data, I deleted the existing data, saved the
workbook then connected the live data. The connection doesnt work now.
Ive tried reinstalling excel, the program that collects the dat etc.
Is there away to check that I ve enabled events propely.
Regards Robert



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default link broke

Sub TurnOnEvents()
Application.EnableEvents = True
End Sub

will turn on events. If you just want to know if they are enabled

Sub QueryEventStatus()
Msgbox "Events on? " & Application.EnableEvents
End sub

--
Regards,
Tom Ogilvy


"RobcPettit" wrote:

Hi, I hope this makes sense. I have live data fed into sheet1. I have
code in Worksheet-change. When the cide fires I use
Application.enableEvents = false - do my calcs - then reset Events to
true. My data starts at range("a8"), results of calcs are displayed in
range("a4"). Today it started ok, link was working fine. Until, I
decided I wanted my data to start at range("a2"). So, before
connecting the live data, I deleted the existing data, saved the
workbook then connected the live data. The connection doesnt work now.
Ive tried reinstalling excel, the program that collects the dat etc.
Is there away to check that I ve enabled events propely.
Regards Robert


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default link broke

Thankyou both for your replys. No changes to the computor at all. Ran
the QueryEvents and showing as true. Just to add, this is the second
time Ive had this problem. The first was on monday and the only way I
resolved it was to do a non destructive re install of xp, which Im
trying to avoid this time as it took ages. This has got me thinking as
to wether Ive altered a registry setting.
Regards Robert

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default link broke

Hi, Is it possible that reg values could have been altered?



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default link broke

I doubt that is the problem, but reregistering is easy to do

http://support.microsoft.com/kb/291288/en-us

look at the /regserver switch.

You can execute it in the run box of the Start menu.


--
Regards,
Tom Ogilvy


"RobcPettit" wrote in message
ps.com...
Hi, Is it possible that reg values could have been altered?



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
I Broke Excel 2007 and can't fix it. JohnH Setting up and Configuration of Excel 0 September 11th 09 01:30 PM
External Query Link broke Jerry[_3_] Links and Linking in Excel 1 August 7th 07 02:56 PM
I broke my Excel!! grime[_22_] Excel Programming 4 July 24th 06 06:12 PM
PageBreak-broke? nope Excel Programming 13 January 11th 05 03:54 PM
just broke up with girl friend we had puter together daniel_in_despert_need_of_excel Excel Programming 2 December 6th 04 04:24 AM


All times are GMT +1. The time now is 04:36 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"