Hi Rob,
Run the following sub and then try
changing column G values.
'========>>
Public Sub Tester()
Application.EnableEvents = True
End Sub
'<<========
---
Regards.
Norman
"dqsp" <(E-Mail Removed)> wrote in message
news:a4df477a-ffbd-4f00-a4ec-(E-Mail Removed)...
On 30 mei, 14:59, "Norman Jones" <normanjo...@wherforartthou.com>
wrote:
> Hi Rob,
>
> I received your file and it works, as is,
> straight out of the box!
>
> I have sent you an updated file in which
> I have done nothing other than
> successfully to make entries after April
> 18 in column G.
>
> Therefore, I suspect that you have the
> Application events disabled. Perhaps
> you have other code which is disabling
> events and then failing to reinstate them.
>
> FWIW, with any code which disables
> Application settings, I always use an
> error handler which reinstates the
> required values.
>
> I would suggest, therefore, two things:
>
> - In the Immediate window (Ctrl-G from
> the VBE), type:
> Application.EnableEvents = True
> and hit Enter;
>
> - Check any other code in the workbook
> (or any other workbooks which may be
> opened) to ensure that any instruction
> which disables events, includes an error
> handler to restore the setting.
>
> ---
> Regards.
> Norman
>
> "dqsp" <news4...@gmail.com> wrote in message
>
> news:0739ae21-c310-4cfc-917b-(E-Mail Removed)...
> Hi Norman,
>
> The workbook always worked fine for me as well, until recently.
> It's used on a Citrix PS 4 SBC-environment with Excel 2003. Just now I
> tried the same workbook at home and it doesn't work either. I'm
> sending it to your e-mailadres.
> Thanks for helping!
>
> Rob
>
> On 29 mei, 19:59, "Norman Jones" <normanjo...@wherforartthou.com>
> wrote:
>
>
>
> > Hi Ddsp
>
> > Perhaps, more usefully, you could send
> > me a copy of your problematic workbook;
> > remove any sensitivr data.
>
> > ---
> > Regards.
> > Norman
>
> > "Norman Jones" <normanjo...@wherforartthou.com> wrote in message
>
> >news:(E-Mail Removed)...
>
> > > Hi Dqsp,
>
> > > The suggested code works for me.
>
> > > If you wish, I can send you a copy of my test
> > > workbook, in reesponse to an email to:
>
> > > norman_jones@NOSPAMbtconnectDOTcom
>
> > > (Delete "NOSPAM" and replace "DOT" with a full stop [period] )
>
> > > ---
> > > Regards.
> > > Norman- Tekst uit oorspronkelijk bericht niet weergeven -
>
> > - Tekst uit oorspronkelijk bericht weergeven -- Tekst uit oorspronkelijk
> > bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -
Well, it's the only workbook opened and the only code used. So shoot
me, it really doesn't work after your suggested action in the
immediate window. At home I have the same problem with this.
In another workbook were I use simular code it also stopped working.
Could it be a general Excel setting?
TIA for your answer, really appreciate your actions!
Rob
|