|
|
Consecutive numbering
Hope someone can help.
How can I get one cell (B35) on each of 100 worksheets to number
consecutively?
TIA
Esra
>(*-*)<
|
|
0
|
|
|
|
Reply
|
Esradekan
|
4/1/2010 12:28:17 AM |
|
You should use VBA code for this.
As far as my knowledge goes Worksheets functions won't work.
On Apr 1, 5:28=A0am, Esradekan <esrade...@gmail.com> wrote:
> Hope someone can help.
>
> How can I get one cell (B35) on each of 100 worksheets to number
> consecutively?
>
> TIA
> Esra
>
>
>
> >(*-*)<- Hide quoted text -
>
> - Show quoted text -
U should use VBA code.
|
|
0
|
|
|
|
Reply
|
Subodh
|
4/1/2010 1:36:13 AM
|
|
On Apr 1, 2:36=A0pm, Subodh <getsub...@gmail.com> wrote:
> You should use VBA code for this.
> As far as my knowledge goes Worksheets functions won't work.
>
> On Apr 1, 5:28=A0am, Esradekan <esrade...@gmail.com> wrote:
>
> > Hope someone can help.
>
> > How can I get one cell (B35) on each of 100 worksheets to number
> > consecutively?
>
> > TIA
> > Esra
>
> > >(*-*)<- Hide quoted text -
>
> > - Show quoted text -
>
> U should use VBA code.
Thank you for the reply. Can you point me in the direction of how I
can get VBA code for this?
TIA
Esra
>(*-*)<
|
|
0
|
|
|
|
Reply
|
Esradekan
|
4/1/2010 2:34:10 AM
|
|
Hi Eara
Try this
Sub Numbersheets()
Dim i As Long, ws As Worksheet
i = 1
Application.ScreenUpdating = False
For Each ws In ThisWorkbook.Sheets
ws.Range("B35") = i
i = i + 1
Next
Application.ScreenUpdating = True
End Sub
To Install
Copy code above
Alt+F11 to invoke the VB Editor
Alt+I+M to insert a new module
Paste code into White Pane that appears
Alt+F11 to return to Excel
To Use
Alt+F8 to bring up Macros
Select macro name
Run
--
Regards
Roger Govier
Esradekan wrote:
> On Apr 1, 2:36 pm, Subodh <getsub...@gmail.com> wrote:
>> You should use VBA code for this.
>> As far as my knowledge goes Worksheets functions won't work.
>>
>> On Apr 1, 5:28 am, Esradekan <esrade...@gmail.com> wrote:
>>
>>> Hope someone can help.
>>> How can I get one cell (B35) on each of 100 worksheets to number
>>> consecutively?
>>> TIA
>>> Esra
>>>> (*-*)<- Hide quoted text -
>>> - Show quoted text -
>> U should use VBA code.
>
> Thank you for the reply. Can you point me in the direction of how I
> can get VBA code for this?
>
> TIA
> Esra
>> (*-*)<
|
|
0
|
|
|
|
Reply
|
Roger
|
4/1/2010 7:50:14 AM
|
|
On Apr 1, 8:50=A0pm, Roger Govier <ro...@technology4nospamu.co.uk>
wrote:
> Hi Eara
>
> Try this
>
> Sub Numbersheets()
> =A0 =A0 =A0Dim i As Long, ws As Worksheet
> =A0 =A0 =A0i =3D 1
> =A0 =A0 =A0Application.ScreenUpdating =3D False
> =A0 =A0 =A0For Each ws In ThisWorkbook.Sheets
> =A0 =A0 =A0 =A0 =A0ws.Range("B35") =3D i
> =A0 =A0 =A0 =A0 =A0i =3D i + 1
> =A0 =A0 =A0Next
> =A0 =A0 =A0Application.ScreenUpdating =3D True
> End Sub
>
> To Install
> Copy code above
> Alt+F11 to invoke the VB Editor
> Alt+I+M to insert a new module
> Paste code into White Pane that appears
> Alt+F11 to return to Excel
>
> To Use
> Alt+F8 to bring up Macros
> Select macro name
> Run
>
> --
> Regards
> Roger Govier
>
>
>
> Esradekan wrote:
> > On Apr 1, 2:36 pm, Subodh <getsub...@gmail.com> wrote:
> >> You should use VBA code for this.
> >> As far as my knowledge goes Worksheets functions won't work.
>
> >> On Apr 1, 5:28 am, Esradekan <esrade...@gmail.com> wrote:
>
> >>> Hope someone can help.
> >>> How can I get one cell (B35) on each of 100 worksheets to number
> >>> consecutively?
> >>> TIA
> >>> Esra
> >>>> (*-*)<- Hide quoted text -
> >>> - Show quoted text -
> >> U should use VBA code.
>
> > Thank you for the reply. =A0Can you point me in the direction of how I
> > can get VBA code for this?
>
> > TIA
> > Esra
> >> (*-*)<- Hide quoted text -
>
> - Show quoted text -
Perfect, thank you Roger, most helpful
Esra
>(*-*)<
|
|
0
|
|
|
|
Reply
|
Esradekan
|
4/1/2010 10:02:45 AM
|
|
|
4 Replies
165 Views
(page loaded in 0.094 seconds)
Similiar Articles: Ticket Numbering - microsoft.public.publisherI need to make 200 numbered tickets. I can design the ticket but how do I design them that they print with consecutive numbers? regards, "n... Consecutive Number in a Form - microsoft.public.accessHello all I have a form named:1_Broker_frm and a subform named:2_Control_subform both (form and subform) are linked as follow: Link Chield Fields: ... Continuous form / sequential numbering - microsoft.public.access ...I am running Access 2003 and want to set up something on a continuous form in a multi-user environment simply for the user (aesthetic) when entering... Automatic sequential numbering where a value changes - microsoft ...Hello! I have items coming to me from various areas, which get recorded in a spreadsheet and given the next number in a list. A manager reviews th... Sequential numbering of records - microsoft.public.access ...Having read the various postings on the subject i am more confused than ever. what I want to do is to create a field that will contain sequential numbers starting ... how to consecutive number same worksheet - microsoft.public.excel ...For example Page 7 has multiple pages, how can I get it to read 7a, 7b, 7c and so on on the worksheet. ... Sequential Numbering-- question on Stephen Lebans' RowNumber ...I found this information on another user's question on sequential numbering, but wondering how I can save the generated number in a table? Right now ... Sequential number in a query - microsoft.public.access.queries ...Hi All, I am working on a YTD Sales report. I would like to know if I can create a cell in a query that will be a squential number. Starting with 1 o... Counting Consecutive Numbers in a List - microsoft.public.excel ...Is there a function in Excel that will count how many sets of 2 or 3 consecutive numbers appear in a list of 20 numbers? Sorry if this post is re... incrementing page numbers for non-sequential numbers - microsoft ...I have a document in which foldout pages count as 2 pages. I would like to manipulate the auto numbering provided by the {page} field. I would like ... Consecutive Serial Numbering : D-LUX Screen Printing, Inc.Experts in Quality Products, we offer great selection & prices for consecutive serial numbering. Graphics Edviser - NumberingConsecutive numbering changes sequentially from one form to the next. It can be used as a control feature to provide a distinct identity to each form. Properties of consecutive numbers - Math tutorials, resources ...Algebra: Properties of consecutive numbers ... What Are Consecutive Numbers? Algebra problems often ask about properties of consecutive numbers. Consecutive Numbering and Barcode Labels - Farrell Label Co.Farrell Label has your bar coding and consecutive numbering needs covered. Let us help you bar code or number (or a combination of both) your labels or tags. Automatic Numbering Machine - Consecutive Numbering Machines ...ACORN Sales offers Numbering Machines, Number Stamps, Automatic Numbering machines, Consecutive Numbering Machines , and much more all are available online at ... 7/15/2012 7:18:33 AM
|
|
|
|
|
|
|
|
|