#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Print Dialog box

Is it possible in excel to create a box which will pop up when you click on a
cell so that you can type in a code and all details for that specfic code get
printed out
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Print Dialog box

Maybe...

I would think that one of the easiest ways to implement the "box" would be to
use data|validation (in the Data|Validation option in xl2003 menus).

The list would be the leftmost column on a separate worksheet (nicely named!)
and the other info would be in columns B:xx.

Then you could use =vlookup()'s to return the associated values for that chosen
option.

Debra Dalgleish has some notes on data|validation starting he
http://contextures.com/xlDataVal01.html

And how to name that first column he
http://www.contextures.com/xlDataVal01.html#Name

Debra also has notes about =vlookup() he
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://contextures.com/xlFunctions02.html#Trouble

====
You may want to use a formula like:
=if(a1="","",vlookup(a1,sheet2!a:x,12,false))

Where A1 is the cell with the data|validation value. And Sheet2 is the sheet
with the table (A:X) and you want to retrieve column L (12th column in that
range). False means that you want an exact match.



Bunny wrote:

Is it possible in excel to create a box which will pop up when you click on a
cell so that you can type in a code and all details for that specfic code get
printed out


--

Dave Peterson
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
Opening Excel - getting print dialog box Christina Lynch Excel Discussion (Misc queries) 0 August 31st 08 01:40 AM
Print dialog box selection macro I think I need to rephrase the question Excel Discussion (Misc queries) 2 November 4th 07 11:31 PM
Collate check box in the Print Dialog Box Pete Setting up and Configuration of Excel 0 April 25th 06 10:55 PM
print prevu button brings rights management dialog box - how do i troubled terry Setting up and Configuration of Excel 0 January 3rd 06 11:45 PM
How do I reduce the highth of the print dialog box in Excel? Michele Excel Discussion (Misc queries) 1 March 3rd 05 04:18 AM


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

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

About Us

"It's about Microsoft Excel"