A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Combo Box & Linked Workbooks



 
 
Thread Tools Display Modes
  #1  
Old September 15th, 2003, 01:43 PM
D B
external usenet poster
 
Posts: n/a
Default Combo Box & Linked Workbooks

I have two questions:

1. Drop Down Boxes: Is there a way to actually convert a
cell(s) to be a combo box? The only way I have been able
to achieve this is to use the "Combo Box" off of the Forms
toolbar.

2. Posting Linked Workbook: I need to post a linked
workbook on the internet. Of course the problem is
everytime someone tries to open it on the internet, you
get the question about updating the linked cells. Anyway
to stop this?

Thank you in advance for your help.



  #2  
Old September 15th, 2003, 02:42 PM
Arvi Laanemets
external usenet poster
 
Posts: n/a
Default Combo Box & Linked Workbooks

Hi

1. You can format the cell as drop-down list using Data.Validation.List
You enter the list into Source field using une of 3 ways:
a) You enter the delimited list directly into Source field
('Selection1,Selection2,...');
b) You refer to range on same worksheet (p.e. '=A2:A12')
c) You refer to named range, defined in same workbook ('=MyList' where
MyList is name of Named Range)


2. One way:
Create a copy of workbook. On every worksheet of copied workbook, select the
whole datarange, copy it and then PasteSpecial.Values into same range,
removing all formulas/links. Save and send the copied workbook.


Arvi Laanemets


"D B" wrote in message
...
I have two questions:

1. Drop Down Boxes: Is there a way to actually convert a
cell(s) to be a combo box? The only way I have been able
to achieve this is to use the "Combo Box" off of the Forms
toolbar.

2. Posting Linked Workbook: I need to post a linked
workbook on the internet. Of course the problem is
everytime someone tries to open it on the internet, you
get the question about updating the linked cells. Anyway
to stop this?

Thank you in advance for your help.





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.