Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default How to create dialox boxes?

I am trying to create a daolg box /and or macro that will allow me to check
the information form a list that I have defined in Excel. This information
will be directly put into the cell.

Thanks for your help


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to create dialox boxes?

Checking a list is a little vague. What do you mean by Check?

--
Regards,
Tom Ogilvy

"MIKE" wrote in message
...
I am trying to create a daolg box /and or macro that will allow me to

check
the information form a list that I have defined in Excel. This information
will be directly put into the cell.

Thanks for your help




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default How to create dialox boxes?

Mike,

If what you mean by check is compare or look for some common value then you
could try something like this:

For Each c In Range("E11", Range("E10").End(xlDown))
exspec = c.Value
Set y = Range("K1101", Range("K1100").End(xlDown)).Find(exspec,
LookIn:=xlValues)
If y Is Nothing Then
Your action here
End if

I used this to compare 2 lists and then take some appropriate action.

"MIKE" wrote:

I am trying to create a daolg box /and or macro that will allow me to check
the information form a list that I have defined in Excel. This information
will be directly put into the cell.

Thanks for your help


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
How do I create search boxes in Excel Ryan Smith Excel Discussion (Misc queries) 3 August 29th 07 09:44 AM
how do i create list boxes in excel davecampbell Excel Worksheet Functions 3 August 11th 07 02:02 PM
How do I create check boxes? geckotatgirl Excel Worksheet Functions 4 April 11th 07 01:48 AM
How do i create a value for check boxes or option boxes Tim wr Excel Discussion (Misc queries) 1 February 9th 06 10:29 PM
how do I create drop boxes Terry Excel Programming 1 November 10th 04 01:28 AM


All times are GMT +1. The time now is 10:59 PM.

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"