Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Repeat Entries

My workbook has a column in which names of businesses will be entered as
correspondence is sent to those businesses. At the end of each month the
workbook will be saved for archiving and then all entered data wiped
ready to start the new month.

Is there a way of retaining those names and storing them in alphabetical
order so that they will automatically show in the new monthly workbook?
This facility would appear to be an extension of the "Automatically fill
in repeat entries in a column" feature. Alternatively, would it be
possible to have the list displayed as a drop down list so that the
required entry could be selected?

Orf Bartrop


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 172
Default Repeat Entries

Presumably you are manually deleting the entries after you have archived the
current month if so then
don't delete them and sort them using data-sort options. But I'm not sure
this is what you are really asking?

Putting them into a drop down list is a simple matter and requires setting
up a listbox, however I suspect you are trying to use this as a data entry
feature so in this cae you might consider using the Data-Validation option,
however adding a non-existent entry would then require some work to get this
into the list. There are many options depending on what you are trying to
do.

Could you be more precise as to what you really want to do and the way you
visualise it working.

Cheers
Nigel

"Orf Bartrop" wrote in message
...
My workbook has a column in which names of businesses will be entered as
correspondence is sent to those businesses. At the end of each month the
workbook will be saved for archiving and then all entered data wiped
ready to start the new month.

Is there a way of retaining those names and storing them in alphabetical
order so that they will automatically show in the new monthly workbook?
This facility would appear to be an extension of the "Automatically fill
in repeat entries in a column" feature. Alternatively, would it be
possible to have the list displayed as a drop down list so that the
required entry could be selected?

Orf Bartrop




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Repeat Entries

Nigel, perhaps this explanation will help.

A workbook is used for one month and is then saved under another name
for archive purposes. All data in the original workbook is then deleted
leaving a blank workbook. This blank workbook is then used for the next
month (which is now the current month). I have already automated the
archiving and data deletion via a macro.

During the month when the workbook is required to record a business
activity, names of other businesses need to be entered in column C.
These names are one of three types: new names; names that have been
already entered this month; or names entered in previous months.

What I need is a system whereby names previously entered, either this
month or earlier, will automatically fill the focus cell as the user
starts typing. Obviously, if it is a new name the auto fill in will not
work but that name needs to be added to the list.

Orf

Nigel wrote:

Presumably you are manually deleting the entries after you have archived the
current month if so then
don't delete them and sort them using data-sort options. But I'm not sure
this is what you are really asking?

Putting them into a drop down list is a simple matter and requires setting
up a listbox, however I suspect you are trying to use this as a data entry
feature so in this cae you might consider using the Data-Validation option,
however adding a non-existent entry would then require some work to get this
into the list. There are many options depending on what you are trying to
do.

Could you be more precise as to what you really want to do and the way you
visualise it working.

Cheers
Nigel

"Orf Bartrop" wrote in message
...


My workbook has a column in which names of businesses will be entered as
correspondence is sent to those businesses. At the end of each month the
workbook will be saved for archiving and then all entered data wiped
ready to start the new month.

Is there a way of retaining those names and storing them in alphabetical
order so that they will automatically show in the new monthly workbook?
This facility would appear to be an extension of the "Automatically fill
in repeat entries in a column" feature. Alternatively, would it be
possible to have the list displayed as a drop down list so that the
required entry could be selected?

Orf Bartrop









  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Repeat Entries

My situation:

A workbook is used for one month and is then saved under another name
for archive purposes. All data in the original workbook is then deleted
leaving a blank workbook. This blank workbook is then used for the next
month (which is now the current month). I have already automated the
archiving and data deletion via a macro.

During the month when the workbook is required to record a business
activity, names of other businesses need to be entered in column C.
These names are one of three types: new names; names that have been
already entered this month; or names entered in previous months.

What I need is a system whereby names previously entered, either this
month or earlier, will automatically fill the focus cell as the user
starts typing. Obviously, if it is a new name the auto fill in will not
work but that name needs to be added to the list.

As I see it, a drop down list would not be acceptable because the list
of names could be in the order of 200. On the worksheet, column "I" is
not being used and a list could be put in there manually. So what would
be required is a macro that accesses the list in column "I" so that as a
name is being typed in column "C" it is checked against the list in "I".
Where the characters match, the the remainder of the word is added to
the letters already typed in "C". Is this possible?

An added feature would be if the characters being typed in "C" do not
have a match in "I" then that word is added to "I" for future
comparison. This addition should occur when the focus leaves the "C" cell..

Can anyone help.

Orf


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
Combine Multiple Entries with differing amounts of entries Katie Excel Worksheet Functions 2 November 28th 07 09:53 PM
Highlight repeat entries BER Excel Discussion (Misc queries) 5 July 17th 06 01:14 PM
Can excel Flag repeat entries? Capytanred Excel Discussion (Misc queries) 3 March 14th 06 10:34 PM
Title Cut Off if Rows to Repeat & Columns to Repeat are Both Selec unibaby Excel Discussion (Misc queries) 2 August 24th 05 04:29 PM
Searching a list with repeat entries and creating a sum Brian Connolly Excel Discussion (Misc queries) 1 February 3rd 05 09:41 PM


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