LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 210
Default providing serial numbers with cells hidden

I have posted an example to http://www.HelpExcel.com/examples
The title is hidden.xls
I use a simple function to determine whether the row is hidden or not:

Public Function hiddenRow()

Application.Volatile True

hiddenRow = Application.ThisCell.Rows.Hidden

End Function

--
http://HelpExcel.com




"srinivasan" wrote:

Dear Community members,
I am having a worksheet withlot of data with continuous serial number in col
A. I would like to know if it is possible to provide continuous serial
numbers without taking in to account of the rows that are hidden. i.e if row
5 is hidden the serial number should continue with row4 to row 6 without
taking int o account of the hidden row 5
thank you

 
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
Creating Serial Additions of Numbers Formatted "M-N" In Merged and Unmerged Cells Patient Guy Excel Worksheet Functions 2 May 29th 09 02:56 PM
drag data vertically over hidden cells.. ignore hidden cells Derwood Excel Discussion (Misc queries) 1 March 6th 08 10:59 PM
serial numbers with hidden rows srinivasan Excel Worksheet Functions 3 January 23rd 07 12:17 PM
providing serial numbers with cells hidden Zone[_2_] Excel Programming 0 December 27th 06 02:41 PM
to find missing serial numbers in randomly generated numbers B.H. Hadi Excel Worksheet Functions 2 December 1st 05 10:56 PM


All times are GMT +1. The time now is 11:04 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"