![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Mar 2004
Posts: 15
|
I have opened a text file into a workbook.
If I insert a formula in the workbook =len(B2) it returns a value of 0 for cells where I don't see any text. However, in VBA when I do a len on the same cell I get a return of 252. Code:
Debug.Print Len(.Range("B2"))
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|