Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I wish to write a function that can concatenate the content of 200 or more previous cells. Many thanks for your help, Thang |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim i as long, sStr as Long
for i = 1 to 2000 sStr = sStr & cells(i,1).Value Next debug.print sStr -- Regards, Tom Ogilvy "thang" wrote in message ... Hello, I wish to write a function that can concatenate the content of 200 or more previous cells. Many thanks for your help, Thang |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function Has Too Many Arguments | Excel Worksheet Functions | |||
IF function with too many arguments | Excel Worksheet Functions | |||
If Function with 3 arguments | Excel Worksheet Functions | |||
Is it possible to use more than 8 arguments in a function? | Excel Discussion (Misc queries) | |||
Function Arguments | Excel Programming |