View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Milli[_2_] Milli[_2_] is offline
external usenet poster
 
Posts: 1
Default Excel VBA event trigger problem

I'm building an Excel VBA questionnaire where I use List Box (in forms
to collect answers on questions. My intention is to create a routin
that enters the date and time in a cell when an item is selected in th
ListBox. I've tried:
Private Sub Worksheet_Change(ByVal Target As Range) and OnEntry.

These work perfect as long as I manually enter a value in a cell or us
a varible to insert a value in a cell. However it does not react to
cell being updated with a value as a reaction of a selection in th
ListBox.

Has anybody got a remedy?

Mill

--
Message posted from http://www.ExcelForum.com