Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default providing serial numbers with cells hidden

Dear I tried this one but it is not working properly. May be I am getting
wrong. Can you explain how can I use this code and where?

Regards

Abdul Qadir



"galimi" wrote:

You may just need to turn on auto calculation.
--
http://HelpExcel.com




"srinivasan" wrote:

Dear Mr Galimi,

Thanks a lot for your reply.The code provided by you fulfills my object. But
the serial numbers are not automatically adjust itself and renumbers when
ever a row is hidden unless I recalculate the sheet using F9. Can it be
still improved ?

"galimi" wrote:

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

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
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 02:51 AM.

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

About Us

"It's about Microsoft Excel"