Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for taking the time to read my question.
This does not work, and I'm not sure how else to write the code so that each array will be filled with the values. Any help would be great, Thanks, Brad code========================= Dim lowlet() As String Dim upperlet() As String Dim thenum() As Integer Dim chara() As String lowlet() = "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y ,z" upperlet() = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y ,Z" thenum() = "1,2,3,4,5,6,7,8,9,0" chara() = "!@#%^*" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
search an array for values contained in another array | Excel Programming | |||
fill cells values with range values | Excel Programming | |||
fill array with only values | Excel Programming | |||
Fill values into a listbox matching selected values from a combobox | Excel Programming | |||
Fill an Array with String values | Excel Programming |