![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 38
|
How do i write in Visual Basic language " If x is not 4,8,16,32,64,128 then display this message "asdl"
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 363
|
IF X <> 4 OR X <> 8 OR X <> 16 OR X <> 32 OR X <> 64 OR X <> 128 THEN MSGBOX "ASDL"
_________________ It's never too late to learn something new. Ricky [ This Message was edited by: Ricky Morris on 2002-05-01 13:40 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|