Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Drop Down Box Dilema

Hopefully someone here will be able to answer my question. I had two excel files and I wanted to merge them together to create one file. To do this, I took the smaller of the two files and copy and pasted each worksheet into the other file. I then went through and cleaned up all of the formulas on the pasted worksheets so that they did not contain references to the file I copied them from.

Now there are some problems with the code in the new file. My main problem has to do with drop down boxes. On one of the copied sheets, there are several drop down boxes. The contents of these boxes do not seem to want to stay. I was not the person to create those boxes and in the listfillrange property box it has the heading name of the column in another worksheet where the contents are located. I am not sure how excel knows exactly where to go to get the contents based on a word in the listfillrange property. My first thought is that this is where the problem is happening. Perhaps the listfillrange property is still looking to connect to the page from the workbook I pulled it from. If someone can please help me with this problem I would be very thankful.

Ryan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Drop Down Box Dilema

Nevermind, I figured it out

Rya

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Drop Down Box Dilema

Hey Ryan,

The ListFillRange is a named range in a workbook. I think it's a
coincidence that the named range and column heading are the same. If the
named range exists in your current workbook, you'll just need to redefine
the cells it refers to. You can do this by clicking on the range in the
Insert--Name--Define dialog box and then selecting the correct range of
cells (you can use the refedit box at the bottom of the Define dialog box).

If the named range doesn't exist in the current workbook, you'll need to
create it. If that's the case, you might want to define a different name
and then enter it in the ListFillRange.

hth,

Doug Glancy

"Ryan" wrote in message
...
Hopefully someone here will be able to answer my question. I had two

excel files and I wanted to merge them together to create one file. To do
this, I took the smaller of the two files and copy and pasted each worksheet
into the other file. I then went through and cleaned up all of the formulas
on the pasted worksheets so that they did not contain references to the file
I copied them from.

Now there are some problems with the code in the new file. My main

problem has to do with drop down boxes. On one of the copied sheets, there
are several drop down boxes. The contents of these boxes do not seem to
want to stay. I was not the person to create those boxes and in the
listfillrange property box it has the heading name of the column in another
worksheet where the contents are located. I am not sure how excel knows
exactly where to go to get the contents based on a word in the listfillrange
property. My first thought is that this is where the problem is happening.
Perhaps the listfillrange property is still looking to connect to the page
from the workbook I pulled it from. If someone can please help me with this
problem I would be very thankful.

Ryan



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
progressive dinner dilema Debbie Excel Discussion (Misc queries) 5 February 12th 08 04:55 PM
excel dilema sam23 Excel Discussion (Misc queries) 3 July 12th 07 09:20 AM
IF Dilema detail Shu of AZ Excel Discussion (Misc queries) 6 December 26th 06 05:08 AM
IF Dilema Shu of AZ Excel Discussion (Misc queries) 10 December 24th 06 06:15 PM
sorting dilema Bobbie Excel Discussion (Misc queries) 3 January 5th 05 06:01 PM


All times are GMT +1. The time now is 06:48 PM.

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"