Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default to find the last column in macros

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default to find the last column in macros

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find something in column a then find if column B matches criteria Darrell_Sarrasin via OfficeKB.com Excel Discussion (Misc queries) 8 November 28th 07 09:40 PM
Find First Non blank cell than find column header and return that value Silver Rose Excel Worksheet Functions 10 April 30th 07 05:56 PM
Can't Find Macros DaniBee Excel Discussion (Misc queries) 1 December 6th 05 07:21 PM
can't find macros in template richperfect Excel Programming 1 September 3rd 04 03:42 PM
find workbooks with macros Mike Molyneaux Excel Programming 0 June 4th 04 09:55 PM


All times are GMT +1. The time now is 04:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"