Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been using Application.Transpose function since Excel 97 first
appeared. It allows to transfer a range of cells values into Variant array in VBA code without For ...Next loop. Currently I have switched to Excel 2003 and uncovered that this construction (Application.Transpose) behaves differently: Suppose you have inserted a break point inside of the function that uses Application.Transpose When execution comes to the point when you use that variant Array suddenly execution of the function starts again from the beginning of the routine, and this going on as many times as many elements original Range consists from! Does anyone have experienced anything similar? Please let me know. Thank you. Alex |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003: Transpose (flip, swap, rotate) rows and cells. | Excel Worksheet Functions | |||
Application.Transpose and Range of dates/data | Excel Programming | |||
How do I transpose an Excel 2003 column of data? | New Users to Excel | |||
Excel 2003 and Application.Quit | Excel Programming | |||
Excel 2003 VBA Help for TRanspose is missing | Excel Programming |