Thread: Data Forms
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
cydney cydney is offline
external usenet poster
 
Posts: 27
Default Data Forms

That add-in does work.
And it adheres to the conditions of my macro too.

On the same workbook I have a pivot table with client names and addresses
and their in-house liason. I want the users (liasons) to find their group of
clients in the pivot and be able to add a "yes" to columns directly to the
right of the pivot for invitations to the Events that we're going to be
conducting.

My problem is... When a new pivot selection is made, the "Yes's" don't stay
with the right client name.

I'm sure there's a better way.. but I'm just not seeing it.
--
Thanks. cs


"Dave Peterson" wrote:

Maybe you can design your own form and control everything that happens.

John Walkenbach has an enhanced data form:
http://j-walk.com/ss/dataform/index.htm

And the source code is available for a small fee ($20 USA, IIRC).

And if that's not sufficient, then maybe you could design your own input
userform.

Debra Dalgleish shares some tips:
http://contextures.com/xlUserForm01.html

Cydney wrote:

Hi, I'm suggesting that users of a very large spreadsheet use "Data | Forms"
to add or edit data to the sheet. However, for ease of knowing what changes
and additions have been made, I created a macro that highlights the
background color of the cell on the "On change" event of the worksheet. But
it doesn't seem to work when you use the Form. How can I make this happen?
--
THX cs


--

Dave Peterson