Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I will appreciate your input in designing a Sub to get all these
proprties for a named range: Address in RC Address in cells format eg 4,5 Address of First Row, Last Row Also Columns Number of Blank cells If any Number of Rows and Columns Active Cell address Name of the workSheet that contains the specified Range The idea here is to use some public variable, call the subroutine with a given name,then use the Public variables in any module. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Arishy,
What work have you done yourself towards this homework project? If you show your code thus far and indicate the problems you are encountering, I am sure that you will receive help. --- Regards, Norman "Arishy" wrote in message oups.com... I will appreciate your input in designing a Sub to get all these proprties for a named range: Address in RC Address in cells format eg 4,5 Address of First Row, Last Row Also Columns Number of Blank cells If any Number of Rows and Columns Active Cell address Name of the workSheet that contains the specified Range The idea here is to use some public variable, call the subroutine with a given name,then use the Public variables in any module. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I was under the impression that you design first then code, what I was asking was design comments. I outlined the design and I wanted your comments. Do you need more info on the design ? *** Sent via Developersdex http://www.developersdex.com *** |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Samir,
I see few design issues apart from the deciding the scope and lifetime of a single range variable. --- Regards, Norman "samir arishy" wrote in message ... I was under the impression that you design first then code, what I was asking was design comments. I outlined the design and I wanted your comments. Do you need more info on the design ? *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call a subroutine using variable subroutine name | Excel Discussion (Misc queries) | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
Worksheet Cell Range Name within VB Subroutine | Excel Discussion (Misc queries) | |||
Range properties | Excel Programming |