Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Changing a cell value from another cell.


If you've never done any VBA programming and have no other foreseeable
needs for that skill, you are probably going to need more help
integrating this potential solution into your workbook than it's
reasonable to try to give via this forum.

If you have done some other VBA coding and just aren't familiar with
the Worksheet_Change even, I can give you some jump-start code.

As an alternate to either of those, let's fall back and think about
what you are really trying to do. It sounds like you want a data
validation cell that will show your user some good choices, but will
also allow your user to input values that aren't in the data validation
list.

If that's accurate, a ActiveX (not a Forms Control) Combobox can give
you that capability. It can accept a range of cells as the list of
items (and a heading to display from a cell directly above that range
of cells) and the selection from the list OR the user-entered text (or
numeric value) can be linked to another cell. If you can implement your
data entry with that sort of fuctionality, then that's probably your
best course of action.


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=113317

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
Changing Cell Background Color based on data from another cell Speedy Excel Discussion (Misc queries) 2 March 16th 09 04:10 PM
Changing a color in a cell based on the text in another cell Ryan Excel Discussion (Misc queries) 3 November 13th 08 10:17 PM
Cell colors or text color changing when date in cell gets closer. Chase Excel Worksheet Functions 5 October 19th 06 08:57 AM
Changing one cell colour by inserting date in another cell JohannM Excel Worksheet Functions 3 September 4th 06 07:42 PM
how do i record changing cell data (cell is dde linked) Morph Excel Discussion (Misc queries) 1 September 22nd 05 12:28 AM


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