Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello there,
I have a question regarding array size. dim i() as integer ...... ' somecode redim preserve i(1 to 10) ..... 'somecode ' and then here i would like to reduce it to size 0 (or undefined) , can I do that ? Your help or suggestion is highly appreciated! Sincerely, Steven Deng |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steven,
Check out "Erase" in the help. NickHK "Steven Deng" wrote in message news:klBkd.181906$nl.102907@pd7tw3no... Hello there, I have a question regarding array size. dim i() as integer ..... ' somecode redim preserve i(1 to 10) .... 'somecode ' and then here i would like to reduce it to size 0 (or undefined) , can I do that ? Your help or suggestion is highly appreciated! Sincerely, Steven Deng |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks! Good to be in this group and get the fast answers
Sincerely, Steven Deng |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reduce File Size | Excel Discussion (Misc queries) | |||
how to set sheet size to reduce file size | Excel Discussion (Misc queries) | |||
Need to Reduce the file size | Excel Discussion (Misc queries) | |||
How do I reduce the worksheet size ? | Excel Discussion (Misc queries) | |||
Reduce file size | Excel Programming |