Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i need to find the last coulmn and in that i have to insert a label "score"
into it.. for eg , last col is L1 the in L1 the cell value s "score" i need to do n macros kindly help me |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try something like:
Cells(1, Columns.Count).End(xlToLeft).Offset(0, 1).Value = "score" Hope this helps Rowan raja wrote: i need to find the last coulmn and in that i have to insert a label "score" into it.. for eg , last col is L1 the in L1 the cell value s "score" i need to do n macros kindly help me |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find something in column a then find if column B matches criteria | Excel Discussion (Misc queries) | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Can't Find Macros | Excel Discussion (Misc queries) | |||
can't find macros in template | Excel Programming | |||
find workbooks with macros | Excel Programming |