![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | All Albums | Projects | Blogs | Mark Forums Read |
| Microsoft Applications Discussions about Windows and other MS Products such as Office |
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) |
| Civilians | I cannot reproduce your problem. You do understand that the order of arguments in Cells() is row, column? I merged cells I4:I5 and filled the meged cell with "Eureka!" and ran the following macro Sub tryit() For i = 4 To 5 Cells(i, 1) = Range("I" & i).Value Cells(i, 2) = Cells(i, 9).Value Next i End Sub which put "Eureka!" into A4:B4 and 0 into A5:B5 Jerry Piotr wrote: > I have huge problem I cant get data from merged cell it is 4-5,9 in > excell when i try to point > CELLS(4,9) it returns null > cells(5,9) return null as well > > how can i get this data I cant change the .xls file |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Filtering on merged cells | mtaylor | Microsoft Applications | 1 | 09-09-2005 12:00 |
| How to autofit row height for merged wrapped cells | michele@quality-computing.com | Microsoft Applications | 3 | 05-23-2005 00:00 |
| Merged Cells | Jon Robertson | Microsoft Applications | 1 | 06-16-2004 02:21 |
| Referencing merged cells | Bill Allen | Microsoft Applications | 4 | 06-16-2004 01:43 |
| Re: This operation requires the merged cells to be identically sized. | Earl Brant | Microsoft Applications | 2 | 06-15-2004 15:09 |
![]() | ![]() | ![]() |