Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hello sir
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like
Dim Rng As Range Set Rng = Cells(Rows.Count, "A").End(xlUp) MsgBox Rng.Value -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "sajid" wrote in message ... hello sir |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Will the value be Text?
for example, for row 4: =INDIRECT(ADDRESS(4,MATCH(REPT("z",255),4:4))) -- Regards, Tom Ogilvy "sajid" wrote in message ... hello sir |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i group coloum | New Users to Excel | |||
Formula in a coloum | New Users to Excel | |||
Delete coloum in VB | Excel Discussion (Misc queries) | |||
Regonise coloum A while adding up coloum B to give a result in C | Excel Discussion (Misc queries) | |||
Out of Space in coloum | Excel Programming |