Plz suggest how to 91 valuesw.r.to columns
Closed
sashi
-
Feb 4, 2010 at 02:06 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 4, 2010 at 07:30 AM
rizvisa1 Posts 4479 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 4, 2010 at 07:30 AM
Related:
- Plz suggest how to 91 valuesw.r.to columns
- Excel intersection of two columns - Excel Forum
- Excel find similar text in two columns - Guide
- Excel data validation list from table multiple columns - Guide
- Excel match two columns and output third ✓ - Excel Forum
- How to combine debit and credit columns in excel ✓ - Excel Forum
1 reply
rizvisa1
Posts
4479
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
767
Feb 4, 2010 at 07:30 AM
Feb 4, 2010 at 07:30 AM
see if it works for ya
startcol = 1
for each x in myarray
cells(1, startcol) = x
startcol = startcol +1
next
startcol = 1
for each x in myarray
cells(1, startcol) = x
startcol = startcol +1
next