Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks again Rowan and Patrick
I hastily replied last time without experimenting enough. I misunderstood what Patrick was saying and was trying to set and and print name. The set name ofcourse worked but when you print the name it always prints the system generated name, not the one I set. Here is the working code. intRowCount = activesheet.UsedRange.Rows.Count For i = 1 To intRowCount Set row = activesheet.Rows(i) row.Name = "row_id_1234532" For Each cell In row.Cells If IsNull(cell) = False And Not cell = "" Then cell.Name = "cell_id_23223323" End If Next Next i thanks for all the help I have one more question brewing, will post soon!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"COUNTU" function in Excel to count unique entries in a range | Excel Worksheet Functions | |||
Question - How to group unique objects in Excel | Excel Discussion (Misc queries) | |||
how to dragDrop objects from other applications in 1 cell in excel | Excel Programming | |||
how to dragDrop objects from other applications in 1 cell in excel | Excel Programming | |||
Unable to remove Sheet objects in the Microsoft Excel Objects | Excel Programming |