Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the proper Type if the input data in an input box is as follows, is this a string or an array? The individual characters will later be used as numbers in a If c.value = OneOfTheseNumbers Then
Entries could be: 1,9 1,2,3,11,6,13 6 Type:=2 Text (a string) Type:=64 An array of values And how can I take this "set" of entries from the InputBox and list them in a column as individual numbers. (That range will be Dim IndexLibary As Range("XX:YY")in the code) Thanks, Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine Multiple Entries with differing amounts of entries | Excel Worksheet Functions | |||
pls advice | Excel Worksheet Functions | |||
Mulitple Entries in InputBox | Excel Programming | |||
Advice please | New Users to Excel | |||
Inputbox and Application.InputBox | Excel Programming |